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