pub struct LabelKey(/* private fields */);Expand description
A label key retained in insertion order by ContainerSettings.
Implementations§
Trait Implementations§
impl Eq for LabelKey
impl StructuralPartialEq for LabelKey
Auto Trait Implementations§
impl Freeze for LabelKey
impl RefUnwindSafe for LabelKey
impl Send for LabelKey
impl Sync for LabelKey
impl Unpin for LabelKey
impl UnsafeUnpin for LabelKey
impl UnwindSafe for LabelKey
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