pub struct JSONWriter<W: Write + Sync + Send + 'static>(/* private fields */);
Expand description
A Writer implementation that writes logs in JSON format.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> !Freeze for JSONWriter<W>
impl<W> !RefUnwindSafe for JSONWriter<W>
impl<W> Send for JSONWriter<W>
impl<W> Sync for JSONWriter<W>
impl<W> Unpin for JSONWriter<W>
impl<W> UnwindSafe for JSONWriter<W>where
W: UnwindSafe,
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