Struct dioxus_router::components::RouterProps
source · pub struct RouterProps<R: Routable>where
<R as FromStr>::Err: Display,{ /* private fields */ }Expand description
The props for Router.
Implementations§
Trait Implementations§
source§impl<R: Routable> PartialEq<RouterProps<R>> for RouterProps<R>where
<R as FromStr>::Err: Display,
impl<R: Routable> PartialEq<RouterProps<R>> for RouterProps<R>where <R as FromStr>::Err: Display,
Auto Trait Implementations§
impl<R> !RefUnwindSafe for RouterProps<R>
impl<R> !Send for RouterProps<R>
impl<R> !Sync for RouterProps<R>
impl<R> Unpin for RouterProps<R>
impl<R> !UnwindSafe for RouterProps<R>
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