Struct mcaptcha::CheckLogin [−][src]
pub struct CheckLogin;Trait Implementations
impl<S> Transform<S, ServiceRequest> for CheckLogin where
S: Service<ServiceRequest, Response = ServiceResponse<AnyBody>, Error = Error>,
S::Future: 'static,
impl<S> Transform<S, ServiceRequest> for CheckLogin where
S: Service<ServiceRequest, Response = ServiceResponse<AnyBody>, Error = Error>,
S::Future: 'static,
type Response = ServiceResponse<AnyBody>
type Response = ServiceResponse<AnyBody>
Responses produced by the service.
type Error = Error
type Error = Error
Errors produced by the service.
type Transform = CheckLoginMiddleware<S>
type Transform = CheckLoginMiddleware<S>
The TransformService value created by this factory
Creates and returns a new Transform component, asynchronously
Auto Trait Implementations
impl RefUnwindSafe for CheckLogin
impl Send for CheckLogin
impl Sync for CheckLogin
impl Unpin for CheckLogin
impl UnwindSafe for CheckLogin
Blanket Implementations
Mutably borrows from an owned value. Read more
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