pub struct DummySmartCard;
Expand description
A dummy VSmartCard
implementation that prints to the log instead of performing any
action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DummySmartCard
impl RefUnwindSafe for DummySmartCard
impl Send for DummySmartCard
impl Sync for DummySmartCard
impl Unpin for DummySmartCard
impl UnwindSafe for DummySmartCard
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