pub struct DeviceWithPath {
pub serial_no: String,
pub status: String,
pub product: String,
pub model: String,
pub device: String,
pub transport_id: String,
}
Fields§
§serial_no: String
§status: String
§product: String
§model: String
§device: String
§transport_id: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceWithPath
impl RefUnwindSafe for DeviceWithPath
impl Send for DeviceWithPath
impl Sync for DeviceWithPath
impl Unpin for DeviceWithPath
impl UnwindSafe for DeviceWithPath
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