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