Struct EosMst
#[repr(transparent)]pub struct EosMst(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl EosMst
impl EosMst
pub const NOTCOMPLETE: Self
pub const NOTCOMPLETE: Self
Regular sequence is not complete
pub const COMPLETE: Self
pub const COMPLETE: Self
Regular sequence complete
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