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