pub enum TextConfigStyle {
Default,
Pretty {
level: usize,
indent: Option<usize>,
},
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TextConfigStyle
impl Clone for TextConfigStyle
Source§fn clone(&self) -> TextConfigStyle
fn clone(&self) -> TextConfigStyle
Returns a copy 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 TextConfigStyle
impl Debug for TextConfigStyle
Source§impl Default for TextConfigStyle
impl Default for TextConfigStyle
Source§fn default() -> TextConfigStyle
fn default() -> TextConfigStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextConfigStyle
impl RefUnwindSafe for TextConfigStyle
impl Send for TextConfigStyle
impl Sync for TextConfigStyle
impl Unpin for TextConfigStyle
impl UnwindSafe for TextConfigStyle
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