pub struct NoTools;Expand description
Marker: no tools have been added via the builder.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTools
impl RefUnwindSafe for NoTools
impl Send for NoTools
impl Sync for NoTools
impl Unpin for NoTools
impl UnsafeUnpin for NoTools
impl UnwindSafe for NoTools
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