pub struct JSONSerializer {
pub minify: bool,
}Expand description
Serializes data in JSON format
Fields§
§minify: boolIf true, output compact (minified) JSON; otherwise pretty-print.
Trait Implementations§
Source§impl Serializer for JSONSerializer
impl Serializer for JSONSerializer
Auto Trait Implementations§
impl Freeze for JSONSerializer
impl RefUnwindSafe for JSONSerializer
impl Send for JSONSerializer
impl Sync for JSONSerializer
impl Unpin for JSONSerializer
impl UnsafeUnpin for JSONSerializer
impl UnwindSafe for JSONSerializer
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