pub enum Separator {
Thin,
Thick,
Dotted,
Dashed,
Double,
Wavy,
}Expand description
UI separator characters
Variants§
Thin
Thin separator
Thick
Thick separator
Dotted
Dotted separator
Dashed
Dashed separator
Double
Double separator
Wavy
Wavy separator
Trait Implementations§
Source§impl UnicodeProvider for Separator
impl UnicodeProvider for Separator
impl Copy for Separator
Auto Trait Implementations§
impl Freeze for Separator
impl RefUnwindSafe for Separator
impl Send for Separator
impl Sync for Separator
impl Unpin for Separator
impl UnwindSafe for Separator
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