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