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