pub struct AdapterId { /* private fields */ }
Expand description
Opaque identifier for a Bluetooth adapter on the system.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AdapterId
impl<'de> Deserialize<'de> for AdapterId
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 Ord for AdapterId
impl Ord for AdapterId
Source§impl PartialOrd for AdapterId
impl PartialOrd for AdapterId
impl Eq for AdapterId
impl StructuralPartialEq for AdapterId
Auto Trait Implementations§
impl Freeze for AdapterId
impl RefUnwindSafe for AdapterId
impl Send for AdapterId
impl Sync for AdapterId
impl Unpin for AdapterId
impl UnwindSafe for AdapterId
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