pub struct PrinterConfig {
pub indent: Indent,
pub newline: String,
}Expand description
Configuration for the pretty printer.
Fields§
§indent: Indent§newline: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrinterConfig
impl RefUnwindSafe for PrinterConfig
impl Send for PrinterConfig
impl Sync for PrinterConfig
impl Unpin for PrinterConfig
impl UnsafeUnpin for PrinterConfig
impl UnwindSafe for PrinterConfig
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