Enum serde_intermediate::ser::text::TextConfigStyle
source · 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 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