[−][src]Struct actix_web_static_files::ResourceFilesService
Trait Implementations
impl Deref for ResourceFilesService[src]
type Target = ResourceFilesInner
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl<'a> Service for ResourceFilesService[src]
type Request = ServiceRequest
Requests handled by the service.
type Response = ServiceResponse
Responses given by the service.
type Error = Error
Errors produced by the service.
type Future = Ready<Result<Self::Response, Self::Error>>
The future response value.
fn poll_ready(&mut self, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>>[src]
fn call(&mut self, req: ServiceRequest) -> Self::Future[src]
fn map<F, R>(self, f: F) -> Map<Self, F, R> where
F: FnMut(Self::Response) -> R, [src]
F: FnMut(Self::Response) -> R,
fn map_err<F, E>(self, f: F) -> MapErr<Self, F, E> where
F: Fn(Self::Error) -> E, [src]
F: Fn(Self::Error) -> E,
Auto Trait Implementations
impl !RefUnwindSafe for ResourceFilesService
impl !Send for ResourceFilesService
impl !Sync for ResourceFilesService
impl Unpin for ResourceFilesService
impl UnwindSafe for ResourceFilesService
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoService<T> for T where
T: Service, [src]
T: Service,
fn into_service(self) -> T[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,