pub enum CardDataReading1Code {
CodeTAGC,
CodePHYS,
CodeBRCD,
CodeMGST,
CodeCICC,
CodeDFLE,
CodeCTLS,
CodeECTL,
}Variants§
Implementations§
Source§impl CardDataReading1Code
impl CardDataReading1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CardDataReading1Code
impl RefUnwindSafe for CardDataReading1Code
impl Send for CardDataReading1Code
impl Sync for CardDataReading1Code
impl Unpin for CardDataReading1Code
impl UnwindSafe for CardDataReading1Code
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