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