pub enum StatusStyle {
Dot,
DotWithLabel,
LabelOnly,
Badge,
}Expand description
Status indicator style
Variants§
Dot
Just the dot indicator
DotWithLabel
Dot with text label
LabelOnly
Text label only
Badge
Badge style (filled background)
Trait Implementations§
Source§impl Clone for StatusStyle
impl Clone for StatusStyle
Source§fn clone(&self) -> StatusStyle
fn clone(&self) -> StatusStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatusStyle
impl Debug for StatusStyle
Source§impl Default for StatusStyle
impl Default for StatusStyle
Source§fn default() -> StatusStyle
fn default() -> StatusStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for StatusStyle
impl PartialEq for StatusStyle
impl Copy for StatusStyle
impl Eq for StatusStyle
impl StructuralPartialEq for StatusStyle
Auto Trait Implementations§
impl Freeze for StatusStyle
impl RefUnwindSafe for StatusStyle
impl Send for StatusStyle
impl Sync for StatusStyle
impl Unpin for StatusStyle
impl UnsafeUnpin for StatusStyle
impl UnwindSafe for StatusStyle
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