pub struct TemporaryContactNumber(pub [u8; 16]);Expand description
A pseudorandom 128-bit value broadcast to nearby devices over Bluetooth.
Tuple Fields§
§0: [u8; 16]Trait Implementations§
Source§impl Clone for TemporaryContactNumber
impl Clone for TemporaryContactNumber
Source§fn clone(&self) -> TemporaryContactNumber
fn clone(&self) -> TemporaryContactNumber
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TemporaryContactNumber
impl Debug for TemporaryContactNumber
Source§impl Ord for TemporaryContactNumber
impl Ord for TemporaryContactNumber
Source§fn cmp(&self, other: &TemporaryContactNumber) -> Ordering
fn cmp(&self, other: &TemporaryContactNumber) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TemporaryContactNumber
impl PartialEq for TemporaryContactNumber
Source§impl PartialOrd for TemporaryContactNumber
impl PartialOrd for TemporaryContactNumber
impl Copy for TemporaryContactNumber
impl Eq for TemporaryContactNumber
impl StructuralPartialEq for TemporaryContactNumber
Auto Trait Implementations§
impl Freeze for TemporaryContactNumber
impl RefUnwindSafe for TemporaryContactNumber
impl Send for TemporaryContactNumber
impl Sync for TemporaryContactNumber
impl Unpin for TemporaryContactNumber
impl UnwindSafe for TemporaryContactNumber
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