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