pub struct EventWriter<'a, W: Write> { /* private fields */ }Expand description
Writing events to an EventWriter will send the events to the client.
Implementations§
Source§impl<W: Write> EventWriter<'_, W>
impl<W: Write> EventWriter<'_, W>
Auto Trait Implementations§
impl<'a, W> Freeze for EventWriter<'a, W>where
W: Freeze,
impl<'a, W> !RefUnwindSafe for EventWriter<'a, W>
impl<'a, W> !Send for EventWriter<'a, W>
impl<'a, W> !Sync for EventWriter<'a, W>
impl<'a, W> Unpin for EventWriter<'a, W>where
W: Unpin,
impl<'a, W> !UnwindSafe for EventWriter<'a, 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