Struct gsuite_api::types::PrinterModel [−][src]
pub struct PrinterModel { pub display_name: String, pub make_and_model: String, pub manufacturer: String, }
Expand description
Printer manufacturer and model
Fields
display_name: String
Printer manufacturer and model
make_and_model: String
Printer manufacturer and model
manufacturer: String
Printer manufacturer and model
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PrinterModel
impl Send for PrinterModel
impl Sync for PrinterModel
impl Unpin for PrinterModel
impl UnwindSafe for PrinterModel
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more