Struct dioxus_router::components::HistoryButtonProps
source · pub struct HistoryButtonProps<'a> {
pub children: Element<'a>,
}Expand description
The properties for a GoBackButton or a GoForwardButton.
Fields§
§children: Element<'a>The children to render within the generated HTML button tag.
Implementations§
Trait Implementations§
source§impl<'a> Debug for HistoryButtonProps<'a>
impl<'a> Debug for HistoryButtonProps<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for HistoryButtonProps<'a>
impl<'a> !Send for HistoryButtonProps<'a>
impl<'a> !Sync for HistoryButtonProps<'a>
impl<'a> Unpin for HistoryButtonProps<'a>
impl<'a> !UnwindSafe for HistoryButtonProps<'a>
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