pub enum JsonMode {
Prettify(PrettifyOptions),
Uglify,
}Variants§
Prettify(PrettifyOptions)
Uglify
Trait Implementations§
impl Eq for JsonMode
impl StructuralPartialEq for JsonMode
Auto Trait Implementations§
impl Freeze for JsonMode
impl RefUnwindSafe for JsonMode
impl Send for JsonMode
impl Sync for JsonMode
impl Unpin for JsonMode
impl UnsafeUnpin for JsonMode
impl UnwindSafe for JsonMode
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