pub struct NoLabel;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoLabel
impl RefUnwindSafe for NoLabel
impl Send for NoLabel
impl Sync for NoLabel
impl Unpin for NoLabel
impl UnwindSafe for NoLabel
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