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