pub struct DeviceData {
pub device_id: String,
pub type_names: Vec<String>,
}Fields§
§device_id: String§type_names: Vec<String>Trait Implementations§
Source§impl Debug for DeviceData
impl Debug for DeviceData
Source§impl Deserialize for DeviceData
impl Deserialize for DeviceData
Auto Trait Implementations§
impl Freeze for DeviceData
impl RefUnwindSafe for DeviceData
impl Send for DeviceData
impl Sync for DeviceData
impl Unpin for DeviceData
impl UnsafeUnpin for DeviceData
impl UnwindSafe for DeviceData
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