Struct gsuite_api::types::Printer [−][src]
pub struct Printer { pub auxiliary_messages: Vec<AuxiliaryMessage>, pub create_time: Option<DateTime<Utc>>, pub description: String, pub display_name: String, pub id: String, pub make_and_model: String, pub name: String, pub org_unit_id: String, pub uri: String, pub use_driverless_config: bool, }
Expand description
Printer configuration.
Fields
auxiliary_messages: Vec<AuxiliaryMessage>
Printer configuration.
create_time: Option<DateTime<Utc>>
Printer configuration.
description: String
Printer configuration.
display_name: String
Printer configuration.
id: String
Printer configuration.
make_and_model: String
Printer configuration.
name: String
Printer configuration.
org_unit_id: String
Printer configuration.
uri: String
Printer configuration.
use_driverless_config: bool
Printer configuration.
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
Auto Trait Implementations
impl RefUnwindSafe for Printer
impl UnwindSafe for Printer
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more