pub struct ExtractStringUrlArg;Trait Implementations§
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>
impl<Context, Arg> IsProviderFor<UrlArgExtractorComponent, Context, Arg> for ExtractStringUrlArgwhere
Context: HasUrlType + CanExtractStringArg<Arg> + CanRaiseError<<Context::Url as FromStr>::Err>,
Context::Url: FromStr,
Auto Trait Implementations§
impl Freeze for ExtractStringUrlArg
impl RefUnwindSafe for ExtractStringUrlArg
impl Send for ExtractStringUrlArg
impl Sync for ExtractStringUrlArg
impl Unpin for ExtractStringUrlArg
impl UnwindSafe for ExtractStringUrlArg
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