pub struct PinCodeRequest { /* private fields */ }Expand description
PIN Code Request Event
Implementations§
Source§impl PinCodeRequest
impl PinCodeRequest
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
pub fn secure(&self) -> &bool
Trait Implementations§
Source§impl Clone for PinCodeRequest
impl Clone for PinCodeRequest
Source§fn clone(&self) -> PinCodeRequest
fn clone(&self) -> PinCodeRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PinCodeRequest
impl Debug for PinCodeRequest
Source§impl From<PinCodeRequest> for Event
impl From<PinCodeRequest> for Event
Source§fn from(v: PinCodeRequest) -> Self
fn from(v: PinCodeRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PinCodeRequest
impl RefUnwindSafe for PinCodeRequest
impl Send for PinCodeRequest
impl Sync for PinCodeRequest
impl Unpin for PinCodeRequest
impl UnwindSafe for PinCodeRequest
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