pub enum Variant {
Solid,
Subtle,
Outline,
Ghost,
}Expand description
Visual treatment for a themed component.
Variants§
Solid
Filled background using the scheme color.
Subtle
Low-emphasis filled background derived from the scheme color.
Outline
Transparent background with a scheme-colored border.
Ghost
Transparent background with no border.
Trait Implementations§
impl Copy for Variant
impl Eq for Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl Freeze for Variant
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnsafeUnpin for Variant
impl UnwindSafe for Variant
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