pub enum DecorStyle {
Ascii,
Unicode,
}
Expand description
The character set for rendering for decor
Variants§
Trait Implementations§
Source§impl Clone for DecorStyle
impl Clone for DecorStyle
Source§fn clone(&self) -> DecorStyle
fn clone(&self) -> DecorStyle
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 DecorStyle
impl Debug for DecorStyle
Source§impl PartialEq for DecorStyle
impl PartialEq for DecorStyle
impl Copy for DecorStyle
impl Eq for DecorStyle
impl StructuralPartialEq for DecorStyle
Auto Trait Implementations§
impl Freeze for DecorStyle
impl RefUnwindSafe for DecorStyle
impl Send for DecorStyle
impl Sync for DecorStyle
impl Unpin for DecorStyle
impl UnwindSafe for DecorStyle
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