pub enum BadgeVariant {
Default,
Secondary,
Destructive,
Outline,
Success,
}Expand description
Canonical superset of the cabinet (Success) and landing variants.
Variants§
Trait Implementations§
Source§impl AsRef<str> for BadgeVariant
impl AsRef<str> for BadgeVariant
Source§impl AsTailwindClass for BadgeVariant
impl AsTailwindClass for BadgeVariant
Source§impl Clone for BadgeVariant
impl Clone for BadgeVariant
impl Copy for BadgeVariant
Source§impl Default for BadgeVariant
impl Default for BadgeVariant
Source§impl IntoEnumIterator for BadgeVariant
impl IntoEnumIterator for BadgeVariant
Source§impl PartialEq for BadgeVariant
impl PartialEq for BadgeVariant
Source§fn eq(&self, other: &BadgeVariant) -> bool
fn eq(&self, other: &BadgeVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BadgeVariant
Auto Trait Implementations§
impl Freeze for BadgeVariant
impl RefUnwindSafe for BadgeVariant
impl Send for BadgeVariant
impl Sync for BadgeVariant
impl Unpin for BadgeVariant
impl UnsafeUnpin for BadgeVariant
impl UnwindSafe for BadgeVariant
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