pub struct TabItem<'a> {
pub label: &'a str,
pub href: &'a str,
pub active: bool,
}Fields§
§label: &'a str§href: &'a str§active: boolImplementations§
Trait Implementations§
Source§impl<'a> PartialEq for TabItem<'a>
impl<'a> PartialEq for TabItem<'a>
impl<'a> Copy for TabItem<'a>
impl<'a> Eq for TabItem<'a>
impl<'a> StructuralPartialEq for TabItem<'a>
Auto Trait Implementations§
impl<'a> Freeze for TabItem<'a>
impl<'a> RefUnwindSafe for TabItem<'a>
impl<'a> Send for TabItem<'a>
impl<'a> Sync for TabItem<'a>
impl<'a> Unpin for TabItem<'a>
impl<'a> UnsafeUnpin for TabItem<'a>
impl<'a> UnwindSafe for TabItem<'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