pub struct JsonStdout { /* private fields */ }
Expand description
Default JsonOutput
writing to stdout.
Trait Implementations§
Source§impl Default for JsonStdout
impl Default for JsonStdout
Source§fn default() -> JsonStdout
fn default() -> JsonStdout
Returns the “default value” for a type. Read more
Source§impl JsonOutput for JsonStdout
impl JsonOutput for JsonStdout
Auto Trait Implementations§
impl Freeze for JsonStdout
impl RefUnwindSafe for JsonStdout
impl Send for JsonStdout
impl Sync for JsonStdout
impl Unpin for JsonStdout
impl UnwindSafe for JsonStdout
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