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