pub struct ExtractStringUrlArg;Trait Implementations§
impl<Context, Arg> IsProviderFor<UrlArgExtractorComponent, Context, Arg> for ExtractStringUrlArgwhere
Context: HasUrlType + CanExtractStringArg<Arg> + CanRaiseError<<Context::Url as FromStr>::Err>,
Context::Url: FromStr,
Source§impl<Context, Arg> UrlArgExtractor<Context, Arg> for ExtractStringUrlArgwhere
Context: HasUrlType + CanExtractStringArg<Arg> + CanRaiseError<<Context::Url as FromStr>::Err>,
Context::Url: FromStr,
impl<Context, Arg> UrlArgExtractor<Context, Arg> for ExtractStringUrlArgwhere
Context: HasUrlType + CanExtractStringArg<Arg> + CanRaiseError<<Context::Url as FromStr>::Err>,
Context::Url: FromStr,
fn extract_url_arg( context: &Context, phantom: PhantomData<Arg>, ) -> Result<Context::Url, Context::Error>
Auto Trait Implementations§
impl Freeze for ExtractStringUrlArg
impl RefUnwindSafe for ExtractStringUrlArg
impl Send for ExtractStringUrlArg
impl Sync for ExtractStringUrlArg
impl Unpin for ExtractStringUrlArg
impl UnsafeUnpin for ExtractStringUrlArg
impl UnwindSafe for ExtractStringUrlArg
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