pub struct ListGroupLink {
pub text: String,
pub href: String,
pub active: bool,
pub disabled: bool,
pub color: Option<Color>,
}Expand description
A list group link item.
Fields§
§text: String§href: String§active: bool§disabled: bool§color: Option<Color>Implementations§
Auto Trait Implementations§
impl Freeze for ListGroupLink
impl RefUnwindSafe for ListGroupLink
impl Send for ListGroupLink
impl Sync for ListGroupLink
impl Unpin for ListGroupLink
impl UnwindSafe for ListGroupLink
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