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