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