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