pub struct BreadcrumbItem {
pub label: String,
pub href: Option<String>,
pub active: bool,
}Expand description
A breadcrumb item.
Fields§
§label: String§href: Option<String>§active: boolImplementations§
Auto Trait Implementations§
impl Freeze for BreadcrumbItem
impl RefUnwindSafe for BreadcrumbItem
impl Send for BreadcrumbItem
impl Sync for BreadcrumbItem
impl Unpin for BreadcrumbItem
impl UnwindSafe for BreadcrumbItem
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