pub struct ResetPINResponse {
pub pin_code: Option<String>,
}Fields§
§pin_code: Option<String>Trait Implementations§
Source§impl Debug for ResetPINResponse
impl Debug for ResetPINResponse
Auto Trait Implementations§
impl Freeze for ResetPINResponse
impl RefUnwindSafe for ResetPINResponse
impl Send for ResetPINResponse
impl Sync for ResetPINResponse
impl Unpin for ResetPINResponse
impl UnwindSafe for ResetPINResponse
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