pub struct AuthGuard { /* private fields */ }Expand description
Authentication guard example
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthGuard
impl RefUnwindSafe for AuthGuard
impl Send for AuthGuard
impl Sync for AuthGuard
impl Unpin for AuthGuard
impl UnwindSafe for AuthGuard
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