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