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