pub enum EuvTagVariant {
Solid,
Outline,
}Expand description
The visual variant of the euv_tag component.
Variants§
Solid
A solid-filled tag with coloured background.
Outline
An outline tag with transparent background and coloured border.
Trait Implementations§
Source§impl Clone for EuvTagVariant
impl Clone for EuvTagVariant
impl Copy for EuvTagVariant
Source§impl Debug for EuvTagVariant
impl Debug for EuvTagVariant
Auto Trait Implementations§
impl Freeze for EuvTagVariant
impl RefUnwindSafe for EuvTagVariant
impl Send for EuvTagVariant
impl Sync for EuvTagVariant
impl Unpin for EuvTagVariant
impl UnsafeUnpin for EuvTagVariant
impl UnwindSafe for EuvTagVariant
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