pub struct NoAuth;Expand description
No credentials at all, for the calls that come before there are any: creating a session and redeeming its magic link.
Trait Implementations§
Source§impl AuthStrategy for NoAuth
impl AuthStrategy for NoAuth
impl Copy for NoAuth
Auto Trait Implementations§
impl Freeze for NoAuth
impl RefUnwindSafe for NoAuth
impl Send for NoAuth
impl Sync for NoAuth
impl Unpin for NoAuth
impl UnsafeUnpin for NoAuth
impl UnwindSafe for NoAuth
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