#[repr(u8)]pub enum Learnen {
LEARNEN_0 = 0,
LEARNEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Learnen
impl Ord for Learnen
Source§impl PartialOrd for Learnen
impl PartialOrd for Learnen
impl Copy for Learnen
impl Eq for Learnen
impl StructuralPartialEq for Learnen
Auto Trait Implementations§
impl Freeze for Learnen
impl RefUnwindSafe for Learnen
impl Send for Learnen
impl Sync for Learnen
impl Unpin for Learnen
impl UnwindSafe for Learnen
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