pub struct ExtractStaticArg;Trait Implementations§
Source§impl<Context, Arg> StringArgExtractor<Context, StaticArg<Arg>> for ExtractStaticArg
impl<Context, Arg> StringArgExtractor<Context, StaticArg<Arg>> for ExtractStaticArg
fn extract_string_arg( _context: &Context, _phantom: PhantomData<StaticArg<Arg>>, ) -> Cow<'_, str>
impl<Context, Arg> IsProviderFor<StringArgExtractorComponent, Context, StaticArg<Arg>> for ExtractStaticArg
Auto Trait Implementations§
impl Freeze for ExtractStaticArg
impl RefUnwindSafe for ExtractStaticArg
impl Send for ExtractStaticArg
impl Sync for ExtractStaticArg
impl Unpin for ExtractStaticArg
impl UnwindSafe for ExtractStaticArg
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