pub struct ToolEngine { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ToolEngine
impl !UnwindSafe for ToolEngine
impl Freeze for ToolEngine
impl Send for ToolEngine
impl Sync for ToolEngine
impl Unpin for ToolEngine
impl UnsafeUnpin for ToolEngine
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