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