Enum gitlab::AuthError [−][src]
#[non_exhaustive]
pub enum AuthError {
HeaderValue {
source: InvalidHeaderValue,
},
}Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Show fields
Fields of HeaderValue
source: InvalidHeaderValueTrait Implementations
impl From<InvalidHeaderValue> for AuthError[src]
impl From<InvalidHeaderValue> for AuthError[src]fn from(source: InvalidHeaderValue) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for AuthError
impl RefUnwindSafe for AuthErrorimpl UnwindSafe for AuthError
impl UnwindSafe for AuthErrorBlanket 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]