pub enum PaType {
Pa,
PaI,
PaII,
}Expand description
PA variants for Passive Aggressive training.
Variants§
Trait Implementations§
impl Copy for PaType
impl Eq for PaType
impl StructuralPartialEq for PaType
Auto Trait Implementations§
impl Freeze for PaType
impl RefUnwindSafe for PaType
impl Send for PaType
impl Sync for PaType
impl Unpin for PaType
impl UnsafeUnpin for PaType
impl UnwindSafe for PaType
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