pub struct labeljust(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for labeljust
Auto Trait Implementations§
impl Freeze for labeljust
impl RefUnwindSafe for labeljust
impl Send for labeljust
impl Sync for labeljust
impl Unpin for labeljust
impl UnwindSafe for labeljust
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