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