Struct dioxus_router::RouterProps[][src]

pub struct RouterProps<'a> { /* fields omitted */ }

Implementations

Create a builder for building RouterProps. On the builder, call .children(...)(optional), .onchange(...)(optional) to set the values of the fields. Finally, call .build() to create the instance of RouterProps.

Trait Implementations

Memoization can only happen if the props are valid for the ’static lifetime Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.