pub enum WidgetVariant {
Filled,
Tonal,
Outline,
Ghost,
Glass,
}Variants§
Trait Implementations§
Source§impl Clone for WidgetVariant
impl Clone for WidgetVariant
Source§fn clone(&self) -> WidgetVariant
fn clone(&self) -> WidgetVariant
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 WidgetVariant
Source§impl Debug for WidgetVariant
impl Debug for WidgetVariant
Source§impl<'de> Deserialize<'de> for WidgetVariant
impl<'de> Deserialize<'de> for WidgetVariant
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WidgetVariant
Source§impl PartialEq for WidgetVariant
impl PartialEq for WidgetVariant
Source§fn eq(&self, other: &WidgetVariant) -> bool
fn eq(&self, other: &WidgetVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WidgetVariant
impl Serialize for WidgetVariant
impl StructuralPartialEq for WidgetVariant
Auto Trait Implementations§
impl Freeze for WidgetVariant
impl RefUnwindSafe for WidgetVariant
impl Send for WidgetVariant
impl Sync for WidgetVariant
impl Unpin for WidgetVariant
impl UnsafeUnpin for WidgetVariant
impl UnwindSafe for WidgetVariant
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