pub struct MethodArgExtractorComponent;Trait Implementations§
impl<Context, Arg> IsProviderFor<MethodArgExtractorComponent, Context, Arg> for UseContextwhere
Context: HasHttpMethodType + CanExtractMethodArg<Arg>,
impl<Context, Arg, __Components__, __Delegate__> IsProviderFor<MethodArgExtractorComponent, Context, Arg> for UseDelegate<__Components__>where
Context: HasHttpMethodType,
__Components__: DelegateComponent<Arg, Delegate = __Delegate__>,
__Delegate__: IsProviderFor<MethodArgExtractorComponent, Context, Arg> + MethodArgExtractor<Context, Arg>,
impl<Context, Tag> IsProviderFor<MethodArgExtractorComponent, Context, FieldArg<Tag>> for ExtractMethodFieldArgwhere
Context: HasHttpMethodType + HasField<Tag, Value = Context::HttpMethod>,
Context::HttpMethod: Clone,
Auto Trait Implementations§
impl Freeze for MethodArgExtractorComponent
impl RefUnwindSafe for MethodArgExtractorComponent
impl Send for MethodArgExtractorComponent
impl Sync for MethodArgExtractorComponent
impl Unpin for MethodArgExtractorComponent
impl UnwindSafe for MethodArgExtractorComponent
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