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