pub enum LabelTone {
Default,
Muted,
Primary,
Secondary,
Danger,
Success,
Warning,
}Variants§
Trait Implementations§
impl Copy for LabelTone
impl Eq for LabelTone
impl StructuralPartialEq for LabelTone
Auto Trait Implementations§
impl Freeze for LabelTone
impl RefUnwindSafe for LabelTone
impl Send for LabelTone
impl Sync for LabelTone
impl Unpin for LabelTone
impl UnsafeUnpin for LabelTone
impl UnwindSafe for LabelTone
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