pub struct EntryLabelData {
pub key: String,
pub value: String,
}Expand description
One label an entry stands in, as the pair a reader names it by: key
is the dimension kind, value the bare scope id.
Fields§
§key: String§value: StringTrait Implementations§
Source§impl Clone for EntryLabelData
impl Clone for EntryLabelData
Source§fn clone(&self) -> EntryLabelData
fn clone(&self) -> EntryLabelData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EntryLabelData
impl Debug for EntryLabelData
impl Eq for EntryLabelData
Source§impl Ord for EntryLabelData
impl Ord for EntryLabelData
Source§fn cmp(&self, other: &EntryLabelData) -> Ordering
fn cmp(&self, other: &EntryLabelData) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for EntryLabelData
impl PartialEq for EntryLabelData
Source§impl PartialOrd for EntryLabelData
impl PartialOrd for EntryLabelData
Source§impl Serialize for EntryLabelData
impl Serialize for EntryLabelData
impl StructuralPartialEq for EntryLabelData
Auto Trait Implementations§
impl Freeze for EntryLabelData
impl RefUnwindSafe for EntryLabelData
impl Send for EntryLabelData
impl Sync for EntryLabelData
impl Unpin for EntryLabelData
impl UnsafeUnpin for EntryLabelData
impl UnwindSafe for EntryLabelData
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