pub struct SonConfig {
pub pretty: bool,
pub indent: usize,
}Expand description
Configuration for SON output formatting
Fields§
§pretty: boolUse pretty printing with indentation
indent: usizeNumber of spaces per indentation level
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SonConfig
impl RefUnwindSafe for SonConfig
impl Send for SonConfig
impl Sync for SonConfig
impl Unpin for SonConfig
impl UnwindSafe for SonConfig
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