pub struct NoneAuth;Expand description
No authentication: no Authorization header.
Trait Implementations§
Source§impl AuthProvider for NoneAuth
impl AuthProvider for NoneAuth
Source§fn auth_header(&self) -> Option<AuthHeader<'_>>
fn auth_header(&self) -> Option<AuthHeader<'_>>
Return an optional
AuthHeader to attach to every request. Read moreAuto Trait Implementations§
impl Freeze for NoneAuth
impl RefUnwindSafe for NoneAuth
impl Send for NoneAuth
impl Sync for NoneAuth
impl Unpin for NoneAuth
impl UnsafeUnpin for NoneAuth
impl UnwindSafe for NoneAuth
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