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