pub struct BleIdentity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BleIdentity
impl Clone for BleIdentity
Source§fn clone(&self) -> BleIdentity
fn clone(&self) -> BleIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BleIdentity
Source§impl Debug for BleIdentity
impl Debug for BleIdentity
impl Eq for BleIdentity
Source§impl Hash for BleIdentity
impl Hash for BleIdentity
Source§impl Ord for BleIdentity
impl Ord for BleIdentity
Source§fn cmp(&self, other: &BleIdentity) -> Ordering
fn cmp(&self, other: &BleIdentity) -> Ordering
1.21.0 (const: unstable) · 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 BleIdentity
impl PartialEq for BleIdentity
Source§impl PartialOrd for BleIdentity
impl PartialOrd for BleIdentity
impl StructuralPartialEq for BleIdentity
Auto Trait Implementations§
impl Freeze for BleIdentity
impl RefUnwindSafe for BleIdentity
impl Send for BleIdentity
impl Sync for BleIdentity
impl Unpin for BleIdentity
impl UnsafeUnpin for BleIdentity
impl UnwindSafe for BleIdentity
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