pub struct MyClassification(pub Vec<Bin>);Tuple Fields§
§0: Vec<Bin>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MyClassification
impl RefUnwindSafe for MyClassification
impl Send for MyClassification
impl Sync for MyClassification
impl Unpin for MyClassification
impl UnwindSafe for MyClassification
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