pub enum LiquidTabIconStyle {
Plain,
AppBadge,
}Expand description
Visual treatment for a tab icon.
Variants§
Trait Implementations§
Source§impl Clone for LiquidTabIconStyle
impl Clone for LiquidTabIconStyle
Source§fn clone(&self) -> LiquidTabIconStyle
fn clone(&self) -> LiquidTabIconStyle
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 LiquidTabIconStyle
Source§impl Debug for LiquidTabIconStyle
impl Debug for LiquidTabIconStyle
Source§impl Default for LiquidTabIconStyle
impl Default for LiquidTabIconStyle
Source§fn default() -> LiquidTabIconStyle
fn default() -> LiquidTabIconStyle
Returns the “default value” for a type. Read more
impl Eq for LiquidTabIconStyle
Source§impl PartialEq for LiquidTabIconStyle
impl PartialEq for LiquidTabIconStyle
impl StructuralPartialEq for LiquidTabIconStyle
Auto Trait Implementations§
impl Freeze for LiquidTabIconStyle
impl RefUnwindSafe for LiquidTabIconStyle
impl Send for LiquidTabIconStyle
impl Sync for LiquidTabIconStyle
impl Unpin for LiquidTabIconStyle
impl UnsafeUnpin for LiquidTabIconStyle
impl UnwindSafe for LiquidTabIconStyle
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