pub struct Passkey(/* private fields */);Expand description
A Bluetooth 6-digit passkey
Implementations§
Trait Implementations§
Source§impl Ord for Passkey
impl Ord for Passkey
Source§impl PartialOrd for Passkey
impl PartialOrd for Passkey
impl Copy for Passkey
impl Eq for Passkey
impl StructuralPartialEq for Passkey
Auto Trait Implementations§
impl Freeze for Passkey
impl RefUnwindSafe for Passkey
impl Send for Passkey
impl Sync for Passkey
impl Unpin for Passkey
impl UnwindSafe for Passkey
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