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