pub struct LabelMap { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LabelMap
impl RefUnwindSafe for LabelMap
impl Send for LabelMap
impl Sync for LabelMap
impl Unpin for LabelMap
impl UnwindSafe for LabelMap
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