pub struct JsonExporter {
pub pretty: bool,
}Expand description
JSON exporter.
Fields§
§pretty: boolPretty print JSON output.
Implementations§
Trait Implementations§
Source§impl Debug for JsonExporter
impl Debug for JsonExporter
Source§impl Default for JsonExporter
impl Default for JsonExporter
Source§fn default() -> JsonExporter
fn default() -> JsonExporter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonExporter
impl RefUnwindSafe for JsonExporter
impl Send for JsonExporter
impl Sync for JsonExporter
impl Unpin for JsonExporter
impl UnwindSafe for JsonExporter
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