pub struct ExtractMethodFieldArg;Trait Implementations§
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
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 ExtractMethodFieldArg
impl RefUnwindSafe for ExtractMethodFieldArg
impl Send for ExtractMethodFieldArg
impl Sync for ExtractMethodFieldArg
impl Unpin for ExtractMethodFieldArg
impl UnwindSafe for ExtractMethodFieldArg
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