Struct prometheus::proto::LabelPair [−][src]
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Implementations
impl LabelPair
[src][−]
pub fn new() -> LabelPair
[src]
pub fn clear_name(&mut self)
[src]
pub fn has_name(&self) -> bool
[src]
pub fn set_name(&mut self, v: String)
[src]
pub fn mut_name(&mut self) -> &mut String
[src]
pub fn take_name(&mut self) -> String
[src]
pub fn get_name(&self) -> &str
[src]
pub fn clear_value(&mut self)
[src]
pub fn has_value(&self) -> bool
[src]
pub fn set_value(&mut self, v: String)
[src]
pub fn mut_value(&mut self) -> &mut String
[src]
pub fn take_value(&mut self) -> String
[src]
pub fn get_value(&self) -> &str
[src]
Trait Implementations
impl Clear for LabelPair
[src][+]
impl Clone for LabelPair
[src][+]
impl Debug for LabelPair
[src][+]
impl Default for LabelPair
[src][+]
impl Eq for LabelPair
[src]
impl Message for LabelPair
[src][+]
impl Ord for LabelPair
[src][+]
impl PartialEq<LabelPair> for LabelPair
[src][+]
impl PartialOrd<LabelPair> for LabelPair
[src][+]
impl ProtobufValue for LabelPair
[src][+]
impl StructuralPartialEq for LabelPair
[src]
Auto Trait Implementations
impl RefUnwindSafe for LabelPair
impl Send for LabelPair
impl Sync for LabelPair
impl Unpin for LabelPair
impl UnwindSafe for LabelPair
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,