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