pub struct Classify {
pub index: i8,
pub cc: Vec<i8>,
pub l: Vec<i8>,
}Fields§
§index: i8§cc: Vec<i8>§l: Vec<i8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Classify
impl RefUnwindSafe for Classify
impl Send for Classify
impl Sync for Classify
impl Unpin for Classify
impl UnwindSafe for Classify
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