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