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