pub struct CheckComposition { /* private fields */ }Expand description
Live local classifier and check boxes assembled for the installed CLI.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CheckComposition
impl !UnwindSafe for CheckComposition
impl Freeze for CheckComposition
impl Send for CheckComposition
impl Sync for CheckComposition
impl Unpin for CheckComposition
impl UnsafeUnpin for CheckComposition
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