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