pub struct Toolbox { /* private fields */ }Expand description
A collection of tools made available to the model.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Toolbox
impl !UnwindSafe for Toolbox
impl Freeze for Toolbox
impl Send for Toolbox
impl Sync for Toolbox
impl Unpin for Toolbox
impl UnsafeUnpin for Toolbox
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