pub enum BarStyle {
Solid,
Gradient,
Segmented,
}Variants§
Trait Implementations§
impl Copy for BarStyle
impl StructuralPartialEq for BarStyle
Auto Trait Implementations§
impl Freeze for BarStyle
impl RefUnwindSafe for BarStyle
impl Send for BarStyle
impl Sync for BarStyle
impl Unpin for BarStyle
impl UnwindSafe for BarStyle
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