pub struct NoneAuth;Expand description
No authentication: no Authorization header.
Trait Implementations§
Auto 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