pub enum OptionSeparatorStyle {
Line,
Dashed,
Double,
Blank,
}Expand description
Separator style
Variants§
Trait Implementations§
Source§impl Clone for SeparatorStyle
impl Clone for SeparatorStyle
Source§fn clone(&self) -> SeparatorStyle
fn clone(&self) -> SeparatorStyle
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 SeparatorStyle
impl Debug for SeparatorStyle
Source§impl Default for SeparatorStyle
impl Default for SeparatorStyle
Source§fn default() -> SeparatorStyle
fn default() -> SeparatorStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for SeparatorStyle
impl PartialEq for SeparatorStyle
impl Copy for SeparatorStyle
impl Eq for SeparatorStyle
impl StructuralPartialEq for SeparatorStyle
Auto Trait Implementations§
impl Freeze for SeparatorStyle
impl RefUnwindSafe for SeparatorStyle
impl Send for SeparatorStyle
impl Sync for SeparatorStyle
impl Unpin for SeparatorStyle
impl UnsafeUnpin for SeparatorStyle
impl UnwindSafe for SeparatorStyle
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