Struct dioxus_router::components::RouterConfigFactory
source · pub struct RouterConfigFactory<R: Routable> { /* private fields */ }Expand description
The config for Router.
Trait Implementations§
source§impl<R: Clone + Routable> Clone for RouterConfigFactory<R>
impl<R: Clone + Routable> Clone for RouterConfigFactory<R>
source§fn clone(&self) -> RouterConfigFactory<R>
fn clone(&self) -> RouterConfigFactory<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<R: Routable> Default for RouterConfigFactory<R>
impl<R: Routable> Default for RouterConfigFactory<R>
source§impl<R: Routable, F: FnOnce() -> RouterConfig<R> + 'static> From<F> for RouterConfigFactory<R>
impl<R: Routable, F: FnOnce() -> RouterConfig<R> + 'static> From<F> for RouterConfigFactory<R>
Auto Trait Implementations§
impl<R> Freeze for RouterConfigFactory<R>
impl<R> !RefUnwindSafe for RouterConfigFactory<R>
impl<R> !Send for RouterConfigFactory<R>
impl<R> !Sync for RouterConfigFactory<R>
impl<R> Unpin for RouterConfigFactory<R>
impl<R> !UnwindSafe for RouterConfigFactory<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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
source§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
source§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
source§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.