pub struct EventWriter<T, C, W: Write> { /* private fields */ }
Expand description
A wrapper for W: Write
implementing EventPusher<T, C>
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, C, W> Freeze for EventWriter<T, C, W>where
W: Freeze,
impl<T, C, W> RefUnwindSafe for EventWriter<T, C, W>
impl<T, C, W> Send for EventWriter<T, C, W>
impl<T, C, W> Sync for EventWriter<T, C, W>
impl<T, C, W> Unpin for EventWriter<T, C, W>
impl<T, C, W> UnwindSafe for EventWriter<T, C, 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