Struct dioxus_router::LinkProps[][src]

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

Implementations

Create a builder for building LinkProps. On the builder, call .to(...), .href(...)(optional), .class(...)(optional), .id(...)(optional), .children(...)(optional), .attributes(...)(optional) to set the values of the fields. Finally, call .build() to create the instance of LinkProps.

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.