Struct gsuite_api::types::FailureInfo [−][src]
pub struct FailureInfo { pub error_code: Option<ErrorCode>, pub error_message: String, pub printer: Option<Printer>, pub printer_id: String, }
Expand description
Info about failures
Fields
error_code: Option<ErrorCode>
Info about failures
error_message: String
Info about failures
printer: Option<Printer>
Info about failures
printer_id: String
Info about failures
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 FailureInfo
impl Send for FailureInfo
impl Sync for FailureInfo
impl Unpin for FailureInfo
impl UnwindSafe for FailureInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more