Struct cloud_storage::GoogleErrorResponse [−][src]
pub struct GoogleErrorResponse { /* fields omitted */ }Expand description
The structure of a error response returned by Google.
Implementations
Return list of errors returned by Google
Check whether errors contain given reason
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GoogleErrorResponseimpl Send for GoogleErrorResponseimpl Sync for GoogleErrorResponseimpl Unpin for GoogleErrorResponseimpl UnwindSafe for GoogleErrorResponse