pub struct AuthLayer { /* private fields */ }
Expand description
Implements Layer for AuthMiddleware
See the crate-level documentation for an overview.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthLayer
impl RefUnwindSafe for AuthLayer
impl Send for AuthLayer
impl Sync for AuthLayer
impl Unpin for AuthLayer
impl UnwindSafe for AuthLayer
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