pub struct BasicToolset { /* private fields */ }Available on crate feature
tools only.Expand description
A simple toolset that wraps a static list of tools with optional filtering.
Implementations§
Source§impl BasicToolset
impl BasicToolset
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasicToolset
impl !RefUnwindSafe for BasicToolset
impl Send for BasicToolset
impl Sync for BasicToolset
impl Unpin for BasicToolset
impl UnsafeUnpin for BasicToolset
impl !UnwindSafe for BasicToolset
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