pub struct Idn {
pub manufacturer: String,
pub model: String,
pub serial_number: String,
pub software_version: String,
}Fields§
§manufacturer: String§model: String§serial_number: String§software_version: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Idn
impl RefUnwindSafe for Idn
impl Send for Idn
impl Sync for Idn
impl Unpin for Idn
impl UnwindSafe for Idn
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