pub struct SerializeSettings {
pub indent: u32,
pub pretty_format: bool,
}
Fields§
§indent: u32
§pretty_format: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SerializeSettings
impl RefUnwindSafe for SerializeSettings
impl Send for SerializeSettings
impl Sync for SerializeSettings
impl Unpin for SerializeSettings
impl UnwindSafe for SerializeSettings
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