pub struct CharacteristicId { /* private fields */ }
Expand description
Opaque identifier for a GATT characteristic on a Bluetooth device.
Implementations§
Trait Implementations§
Source§impl Clone for CharacteristicId
impl Clone for CharacteristicId
Source§fn clone(&self) -> CharacteristicId
fn clone(&self) -> CharacteristicId
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 CharacteristicId
impl Debug for CharacteristicId
Source§impl<'de> Deserialize<'de> for CharacteristicId
impl<'de> Deserialize<'de> for CharacteristicId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CharacteristicId
impl Display for CharacteristicId
Source§impl From<CharacteristicId> for Path<'static>
impl From<CharacteristicId> for Path<'static>
Source§fn from(id: CharacteristicId) -> Self
fn from(id: CharacteristicId) -> Self
Converts to this type from the input type.
Source§impl Hash for CharacteristicId
impl Hash for CharacteristicId
Source§impl Ord for CharacteristicId
impl Ord for CharacteristicId
Source§fn cmp(&self, other: &CharacteristicId) -> Ordering
fn cmp(&self, other: &CharacteristicId) -> 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 CharacteristicId
impl PartialEq for CharacteristicId
Source§impl PartialOrd for CharacteristicId
impl PartialOrd for CharacteristicId
Source§impl Serialize for CharacteristicId
impl Serialize for CharacteristicId
impl Eq for CharacteristicId
impl StructuralPartialEq for CharacteristicId
Auto Trait Implementations§
impl Freeze for CharacteristicId
impl RefUnwindSafe for CharacteristicId
impl Send for CharacteristicId
impl Sync for CharacteristicId
impl Unpin for CharacteristicId
impl UnwindSafe for CharacteristicId
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