pub struct UrlTypeProviderComponent;Trait Implementations§
impl<Context> IsProviderFor<UrlTypeProviderComponent, Context> for UseContextwhere
Context: HasUrlType,
impl<Url, Context> IsProviderFor<UrlTypeProviderComponent, Context> for UseType<Url>where
Url:,
impl<__Provider__, Context> IsProviderFor<UrlTypeProviderComponent, Context> for WithProvider<__Provider__>
Auto Trait Implementations§
impl Freeze for UrlTypeProviderComponent
impl RefUnwindSafe for UrlTypeProviderComponent
impl Send for UrlTypeProviderComponent
impl Sync for UrlTypeProviderComponent
impl Unpin for UrlTypeProviderComponent
impl UnsafeUnpin for UrlTypeProviderComponent
impl UnwindSafe for UrlTypeProviderComponent
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