Struct gsuite_api::APIError [−][src]
pub struct APIError {
pub status_code: StatusCode,
pub body: String,
}Error type returned by our library.
Fields
status_code: StatusCodebody: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for APIError
impl RefUnwindSafe for APIErrorimpl UnwindSafe for APIError
impl UnwindSafe for APIErrorBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,