pub struct ExtractMethodFieldArg;Trait Implementations§
impl<Context, Tag> IsProviderFor<MethodArgExtractorComponent, Context, FieldArg<Tag>> for ExtractMethodFieldArgwhere
Context: HasHttpMethodType + HasField<Tag, Value = Context::HttpMethod>,
Context::HttpMethod: Clone,
Source§impl<Context, Tag> MethodArgExtractor<Context, FieldArg<Tag>> for ExtractMethodFieldArgwhere
Context: HasHttpMethodType + HasField<Tag, Value = Context::HttpMethod>,
Context::HttpMethod: Clone,
impl<Context, Tag> MethodArgExtractor<Context, FieldArg<Tag>> for ExtractMethodFieldArgwhere
Context: HasHttpMethodType + HasField<Tag, Value = Context::HttpMethod>,
Context::HttpMethod: Clone,
fn extract_method_arg( context: &Context, _phantom: PhantomData<FieldArg<Tag>>, ) -> Context::HttpMethod
Auto Trait Implementations§
impl Freeze for ExtractMethodFieldArg
impl RefUnwindSafe for ExtractMethodFieldArg
impl Send for ExtractMethodFieldArg
impl Sync for ExtractMethodFieldArg
impl Unpin for ExtractMethodFieldArg
impl UnsafeUnpin for ExtractMethodFieldArg
impl UnwindSafe for ExtractMethodFieldArg
Blanket Implementations§
impl<A> Async for A
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