pub struct FormatOptions<'a> {
pub compact: bool,
pub indent_str: &'a str,
}
Fields§
§compact: bool
Compact mode removes all whitespace
indent_str: &'a str
This string will be used as the indentation string
Auto Trait Implementations§
impl<'a> Freeze for FormatOptions<'a>
impl<'a> RefUnwindSafe for FormatOptions<'a>
impl<'a> Send for FormatOptions<'a>
impl<'a> Sync for FormatOptions<'a>
impl<'a> Unpin for FormatOptions<'a>
impl<'a> UnwindSafe for FormatOptions<'a>
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