Struct cloud_storage::GoogleErrorResponse [−][src]
pub struct GoogleErrorResponse { /* fields omitted */ }Expand description
The structure of a error response returned by Google.
Implementations
impl GoogleErrorResponse[src]
impl GoogleErrorResponse[src]pub fn errors(&self) -> &[GoogleError][src]
pub fn errors(&self) -> &[GoogleError][src]Return list of errors returned by Google
pub fn errors_has_reason(&self, reason: &Reason) -> bool[src]
pub fn errors_has_reason(&self, reason: &Reason) -> bool[src]Check whether errors contain given reason
Trait Implementations
impl Debug for GoogleErrorResponse[src]
impl Debug for GoogleErrorResponse[src]impl<'de> Deserialize<'de> for GoogleErrorResponse[src]
impl<'de> Deserialize<'de> for GoogleErrorResponse[src]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
impl Display for GoogleErrorResponse[src]
impl Display for GoogleErrorResponse[src]impl Error for GoogleErrorResponse[src]
impl Error for GoogleErrorResponse[src]fn source(&self) -> Option<&(dyn Error + 'static)>[src]
fn source(&self) -> Option<&(dyn Error + 'static)>[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<GoogleErrorResponse> for Error[src]
impl From<GoogleErrorResponse> for Error[src]fn from(err: GoogleErrorResponse) -> Self[src]
fn from(err: GoogleErrorResponse) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for GoogleErrorResponse
impl Send for GoogleErrorResponse
impl Sync for GoogleErrorResponse
impl Unpin for GoogleErrorResponse
impl UnwindSafe for GoogleErrorResponse
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,