pub struct SrgnTool { /* private fields */ }
Expand description
Srgn tool implementation
Implementations§
Trait Implementations§
Source§impl Tool for SrgnTool
impl Tool for SrgnTool
Auto Trait Implementations§
impl Freeze for SrgnTool
impl RefUnwindSafe for SrgnTool
impl Send for SrgnTool
impl Sync for SrgnTool
impl Unpin for SrgnTool
impl UnwindSafe for SrgnTool
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