pub struct PeripheralDeviceQuery {
pub peripheral_device: String,
}Expand description
Peripheral Device Query events report information about peripheral devices.
Sourced from: events/events/discovery/peripheral_device_query.json
Fields§
§peripheral_device: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PeripheralDeviceQuery
impl<'de> Deserialize<'de> for PeripheralDeviceQuery
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 PeripheralDeviceQuery
impl RefUnwindSafe for PeripheralDeviceQuery
impl Send for PeripheralDeviceQuery
impl Sync for PeripheralDeviceQuery
impl Unpin for PeripheralDeviceQuery
impl UnsafeUnpin for PeripheralDeviceQuery
impl UnwindSafe for PeripheralDeviceQuery
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