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