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