Struct actix_cloud::csrf::Middleware
source · pub struct Middleware<F> { /* private fields */ }Available on crate feature
csrf only.Implementations§
Trait Implementations§
source§impl<F> Clone for Middleware<F>
impl<F> Clone for Middleware<F>
source§impl<S, B, F, Fut> Transform<S, ServiceRequest> for Middleware<F>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,
S::Future: 'static,
B: 'static,
F: Fn(HttpRequest, String) -> Fut + 'static,
Fut: Future<Output = Result<bool, Error>>,
impl<S, B, F, Fut> Transform<S, ServiceRequest> for Middleware<F>where
S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static,
S::Future: 'static,
B: 'static,
F: Fn(HttpRequest, String) -> Fut + 'static,
Fut: Future<Output = Result<bool, Error>>,
source§type Response = ServiceResponse<EitherBody<B>>
type Response = ServiceResponse<EitherBody<B>>
Responses produced by the service.
source§type Transform = MiddlewareService<S, F>
type Transform = MiddlewareService<S, F>
The
TransformService value created by this factorysource§type Future = Ready<Result<<Middleware<F> as Transform<S, ServiceRequest>>::Transform, <Middleware<F> as Transform<S, ServiceRequest>>::InitError>>
type Future = Ready<Result<<Middleware<F> as Transform<S, ServiceRequest>>::Transform, <Middleware<F> as Transform<S, ServiceRequest>>::InitError>>
The future response value.
source§fn new_transform(&self, service: S) -> Self::Future
fn new_transform(&self, service: S) -> Self::Future
Creates and returns a new Transform component, asynchronously
Auto Trait Implementations§
impl<F> Freeze for Middleware<F>
impl<F> RefUnwindSafe for Middleware<F>where
F: RefUnwindSafe,
impl<F> !Send for Middleware<F>
impl<F> !Sync for Middleware<F>
impl<F> Unpin for Middleware<F>
impl<F> UnwindSafe for Middleware<F>where
F: RefUnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)