pub struct ExtractorHandlerService<H, Args> { /* private fields */ }Expand description
Handler service that extracts arguments.
Implementations§
Source§impl<H, Args> ExtractorHandlerService<H, Args>
impl<H, Args> ExtractorHandlerService<H, Args>
Trait Implementations§
Source§impl<H: Clone, Args: Clone> Clone for ExtractorHandlerService<H, Args>
impl<H: Clone, Args: Clone> Clone for ExtractorHandlerService<H, Args>
Source§fn clone(&self) -> ExtractorHandlerService<H, Args>
fn clone(&self) -> ExtractorHandlerService<H, Args>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<H, Fut, E1> Service<HttpRequest> for ExtractorHandlerService<H, (E1,)>
impl<H, Fut, E1> Service<HttpRequest> for ExtractorHandlerService<H, (E1,)>
Auto Trait Implementations§
impl<H, Args> Freeze for ExtractorHandlerService<H, Args>where
H: Freeze,
impl<H, Args> RefUnwindSafe for ExtractorHandlerService<H, Args>where
H: RefUnwindSafe,
Args: RefUnwindSafe,
impl<H, Args> Send for ExtractorHandlerService<H, Args>
impl<H, Args> Sync for ExtractorHandlerService<H, Args>
impl<H, Args> Unpin for ExtractorHandlerService<H, Args>
impl<H, Args> UnwindSafe for ExtractorHandlerService<H, Args>where
H: UnwindSafe,
Args: UnwindSafe,
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§impl<T> Injectable for T
impl<T> Injectable for T
Source§fn type_id_of() -> TypeIdwhere
Self: Sized,
fn type_id_of() -> TypeIdwhere
Self: Sized,
Returns the TypeId of this type (for internal use)
Source§fn type_name_of() -> &'static strwhere
Self: Sized,
fn type_name_of() -> &'static strwhere
Self: Sized,
Returns the type name for debugging