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
Source§fn clone(&self) -> EuvTagVariant
fn clone(&self) -> EuvTagVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EuvTagVariant
Source§impl Debug for EuvTagVariant
impl Debug for EuvTagVariant
Source§impl Default for EuvTagVariant
impl Default for EuvTagVariant
Source§fn default() -> EuvTagVariant
fn default() -> EuvTagVariant
Returns the “default value” for a type. Read more
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