Struct prometheus::proto::Metric
source · pub struct Metric { /* private fields */ }
Implementations§
source§impl Metric
impl Metric
pub fn new() -> Metric
👎Deprecated since 0.5.1: Use default()
pub fn set_label(&mut self, v: Vec<LabelPair>)
pub fn mut_label(&mut self) -> &mut [LabelPair]
pub fn take_label(&mut self) -> Vec<LabelPair>
pub fn get_label(&self) -> &[LabelPair]
pub fn set_gauge(&mut self, v: Gauge)
pub fn get_gauge(&self) -> &Gauge
pub fn set_counter(&mut self, v: Counter)
pub fn get_counter(&self) -> &Counter
pub fn set_summary(&mut self, v: Summary)
pub fn get_summary(&self) -> &Summary
pub fn set_untyped(&mut self, v: Untyped)
👎Deprecated since 0.5.1: This method is protobuf specific and will be removed in a future version
pub fn get_untyped(&self) -> &Untyped
👎Deprecated since 0.5.1: This method is protobuf specific and will be removed in a future version
pub fn set_histogram(&mut self, v: Histogram)
pub fn get_histogram(&self) -> &Histogram
pub fn set_timestamp_ms(&mut self, v: i64)
pub fn get_timestamp_ms(&self) -> i64
Trait Implementations§
source§impl PartialEq for Metric
impl PartialEq for Metric
impl StructuralPartialEq for Metric
Auto Trait Implementations§
impl Freeze for Metric
impl RefUnwindSafe for Metric
impl Send for Metric
impl Sync for Metric
impl Unpin for Metric
impl UnwindSafe for Metric
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)