pub enum CardType {
Any,
Edy,
Suica,
}
Expand description
Specifies the type of card to interact with. Primarily used by functions that read or write data.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CardType
impl RefUnwindSafe for CardType
impl Send for CardType
impl Sync for CardType
impl Unpin for CardType
impl UnwindSafe for CardType
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