pub enum StepsStyle {
Cells,
Numbered,
Labeled,
}Expand description
Visual style for a Steps widget.
Variants§
Cells
Segmented bar of uniform rounded cells with small gaps.
Numbered
Numbered circles connected by thin lines. Done dots show a check; the active dot glows.
Labeled
Labeled pills — taller cells containing a text label. Horizontal by
default; flip with Steps::vertical for a wizard sidebar.
Trait Implementations§
Source§impl Clone for StepsStyle
impl Clone for StepsStyle
Source§fn clone(&self) -> StepsStyle
fn clone(&self) -> StepsStyle
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 StepsStyle
impl Debug for StepsStyle
Source§impl PartialEq for StepsStyle
impl PartialEq for StepsStyle
impl Copy for StepsStyle
impl Eq for StepsStyle
impl StructuralPartialEq for StepsStyle
Auto Trait Implementations§
impl Freeze for StepsStyle
impl RefUnwindSafe for StepsStyle
impl Send for StepsStyle
impl Sync for StepsStyle
impl Unpin for StepsStyle
impl UnsafeUnpin for StepsStyle
impl UnwindSafe for StepsStyle
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