pub struct LabelValue(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for LabelValue
impl AsRef<str> for LabelValue
Source§impl Clone for LabelValue
impl Clone for LabelValue
Source§fn clone(&self) -> LabelValue
fn clone(&self) -> LabelValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LabelValue
impl Debug for LabelValue
Source§impl<'de> Deserialize<'de> for LabelValue
impl<'de> Deserialize<'de> for LabelValue
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LabelValue
impl Display for LabelValue
Source§impl Hash for LabelValue
impl Hash for LabelValue
Source§impl Ord for LabelValue
impl Ord for LabelValue
Source§fn cmp(&self, other: &LabelValue) -> Ordering
fn cmp(&self, other: &LabelValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LabelValue
impl PartialEq for LabelValue
Source§impl PartialOrd for LabelValue
impl PartialOrd for LabelValue
Source§impl Serialize for LabelValue
impl Serialize for LabelValue
impl Eq for LabelValue
impl StructuralPartialEq for LabelValue
Auto Trait Implementations§
impl Freeze for LabelValue
impl RefUnwindSafe for LabelValue
impl Send for LabelValue
impl Sync for LabelValue
impl Unpin for LabelValue
impl UnsafeUnpin for LabelValue
impl UnwindSafe for LabelValue
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.