pub struct GetCardStatusReport {
pub state: CardLifeCycle,
pub effective: GetCardStatusParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Fields§
§state: CardLifeCycle§effective: GetCardStatusParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetCardStatusReport
impl RefUnwindSafe for GetCardStatusReport
impl Send for GetCardStatusReport
impl Sync for GetCardStatusReport
impl Unpin for GetCardStatusReport
impl UnsafeUnpin for GetCardStatusReport
impl UnwindSafe for GetCardStatusReport
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