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