pub struct UserConfirmationReply { /* private fields */ }
Expand description
User Confirmation Reply Command
Implementations§
Source§impl UserConfirmationReply
impl UserConfirmationReply
Sourcepub fn new(address: Address, address_type: AddressType) -> Self
pub fn new(address: Address, address_type: AddressType) -> Self
Constructs a new UserConfirmationReply
.
Trait Implementations§
Source§impl CommandRequest for UserConfirmationReply
impl CommandRequest for UserConfirmationReply
Source§const CODE: CommandCode = CommandCode::UserConfirmationReply
const CODE: CommandCode = CommandCode::UserConfirmationReply
Command code.
Source§type Reply = UserConfirmationReplyReply
type Reply = UserConfirmationReplyReply
Return type for this command.
Source§impl Debug for UserConfirmationReply
impl Debug for UserConfirmationReply
Source§impl From<UserConfirmationReply> for Command
impl From<UserConfirmationReply> for Command
Source§fn from(v: UserConfirmationReply) -> Self
fn from(v: UserConfirmationReply) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UserConfirmationReply
impl RefUnwindSafe for UserConfirmationReply
impl Send for UserConfirmationReply
impl Sync for UserConfirmationReply
impl Unpin for UserConfirmationReply
impl UnwindSafe for UserConfirmationReply
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