Struct mcaptcha::middleware::auth::CheckLoginMiddleware [−][src]
pub struct CheckLoginMiddleware<S> {
service: S,
}Fields
service: STrait Implementations
impl<S> Service<ServiceRequest> for CheckLoginMiddleware<S> where
S: Service<ServiceRequest, Response = ServiceResponse<AnyBody>, Error = Error>,
S::Future: 'static,
impl<S> Service<ServiceRequest> for CheckLoginMiddleware<S> where
S: Service<ServiceRequest, Response = ServiceResponse<AnyBody>, Error = Error>,
S::Future: 'static,
Auto Trait Implementations
impl<S> RefUnwindSafe for CheckLoginMiddleware<S> where
S: RefUnwindSafe,
impl<S> Send for CheckLoginMiddleware<S> where
S: Send,
impl<S> Sync for CheckLoginMiddleware<S> where
S: Sync,
impl<S> Unpin for CheckLoginMiddleware<S> where
S: Unpin,
impl<S> UnwindSafe for CheckLoginMiddleware<S> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_service(self) -> S
pub fn into_service(self) -> S
Convert to a Service
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more