#[repr(u8)]pub enum OptionFail {
ZZ131 = 0,
ZZ132 = 1,
}Variants§
ZZ131 = 0
Option check passes for read command or command is not a read command
ZZ132 = 1
Option check fails for read command
Implementations§
Source§impl OptionFail
impl OptionFail
Trait Implementations§
Source§impl Clone for OptionFail
impl Clone for OptionFail
Source§fn clone(&self) -> OptionFail
fn clone(&self) -> OptionFail
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 OptionFail
impl Debug for OptionFail
Source§impl From<OptionFail> for u8
impl From<OptionFail> for u8
Source§fn from(val: OptionFail) -> u8
fn from(val: OptionFail) -> u8
Converts to this type from the input type.
Source§impl From<u8> for OptionFail
impl From<u8> for OptionFail
Source§fn from(val: u8) -> OptionFail
fn from(val: u8) -> OptionFail
Converts to this type from the input type.
Source§impl Ord for OptionFail
impl Ord for OptionFail
Source§fn cmp(&self, other: &OptionFail) -> Ordering
fn cmp(&self, other: &OptionFail) -> 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 OptionFail
impl PartialEq for OptionFail
Source§impl PartialOrd for OptionFail
impl PartialOrd for OptionFail
impl Copy for OptionFail
impl Eq for OptionFail
impl StructuralPartialEq for OptionFail
Auto Trait Implementations§
impl Freeze for OptionFail
impl RefUnwindSafe for OptionFail
impl Send for OptionFail
impl Sync for OptionFail
impl Unpin for OptionFail
impl UnwindSafe for OptionFail
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