pub struct PinCodeReplyReply { /* private fields */ }
Expand description
Reply for PinCodeReply
Implementations§
Source§impl PinCodeReplyReply
impl PinCodeReplyReply
pub fn address(&self) -> &Address
pub fn address_type(&self) -> &AddressType
Trait Implementations§
Source§impl Debug for PinCodeReplyReply
impl Debug for PinCodeReplyReply
Auto Trait Implementations§
impl Freeze for PinCodeReplyReply
impl RefUnwindSafe for PinCodeReplyReply
impl Send for PinCodeReplyReply
impl Sync for PinCodeReplyReply
impl Unpin for PinCodeReplyReply
impl UnwindSafe for PinCodeReplyReply
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