#[repr(u8)]pub enum StartValid {
StartValid0 = 0,
StartValid1 = 1,
}Variants§
Implementations§
Source§impl StartValid
impl StartValid
Trait Implementations§
Source§impl Clone for StartValid
impl Clone for StartValid
Source§fn clone(&self) -> StartValid
fn clone(&self) -> StartValid
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartValid
impl Debug for StartValid
Source§impl From<StartValid> for u8
impl From<StartValid> for u8
Source§fn from(val: StartValid) -> u8
fn from(val: StartValid) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StartValid
impl From<u8> for StartValid
Source§fn from(val: u8) -> StartValid
fn from(val: u8) -> StartValid
Converts to this type from the input type.
Source§impl Ord for StartValid
impl Ord for StartValid
Source§fn cmp(&self, other: &StartValid) -> Ordering
fn cmp(&self, other: &StartValid) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StartValid
impl PartialEq for StartValid
Source§impl PartialOrd for StartValid
impl PartialOrd for StartValid
impl Copy for StartValid
impl Eq for StartValid
impl StructuralPartialEq for StartValid
Auto Trait Implementations§
impl Freeze for StartValid
impl RefUnwindSafe for StartValid
impl Send for StartValid
impl Sync for StartValid
impl Unpin for StartValid
impl UnwindSafe for StartValid
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