Struct bluetooth_traits::BluetoothServiceMsg
source · pub struct BluetoothServiceMsg {
pub uuid: String,
pub is_primary: bool,
pub instance_id: String,
}
Fields§
§uuid: String
§is_primary: bool
§instance_id: String
Trait Implementations§
source§impl Debug for BluetoothServiceMsg
impl Debug for BluetoothServiceMsg
source§impl<'de> Deserialize<'de> for BluetoothServiceMsg
impl<'de> Deserialize<'de> for BluetoothServiceMsg
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
Auto Trait Implementations§
impl Freeze for BluetoothServiceMsg
impl RefUnwindSafe for BluetoothServiceMsg
impl Send for BluetoothServiceMsg
impl Sync for BluetoothServiceMsg
impl Unpin for BluetoothServiceMsg
impl UnwindSafe for BluetoothServiceMsg
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