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