pub struct DirectoryPrinterModel {
pub displayName: Option<String>,
pub makeAndModel: Option<String>,
pub manufacturer: Option<String>,
}Fields§
§displayName: Option<String>§makeAndModel: Option<String>§manufacturer: Option<String>Trait Implementations§
Source§impl Debug for DirectoryPrinterModel
impl Debug for DirectoryPrinterModel
Source§impl<'de> Deserialize<'de> for DirectoryPrinterModel
impl<'de> Deserialize<'de> for DirectoryPrinterModel
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 DirectoryPrinterModel
impl RefUnwindSafe for DirectoryPrinterModel
impl Send for DirectoryPrinterModel
impl Sync for DirectoryPrinterModel
impl Unpin for DirectoryPrinterModel
impl UnwindSafe for DirectoryPrinterModel
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