pub struct AuthErrorContext {
pub status: Option<u16>,
pub body_snippet: Option<String>,
pub request_kind: RequestKind,
}Fields§
§status: Option<u16>§body_snippet: Option<String>§request_kind: RequestKindTrait Implementations§
Source§impl Clone for AuthErrorContext
impl Clone for AuthErrorContext
Source§fn clone(&self) -> AuthErrorContext
fn clone(&self) -> AuthErrorContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AuthErrorContext
impl RefUnwindSafe for AuthErrorContext
impl Send for AuthErrorContext
impl Sync for AuthErrorContext
impl Unpin for AuthErrorContext
impl UnwindSafe for AuthErrorContext
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more