pub struct EventWriter { /* private fields */ }Implementations§
Source§impl EventWriter
impl EventWriter
Trait Implementations§
Source§impl Clone for EventWriter
impl Clone for EventWriter
Source§fn clone(&self) -> EventWriter
fn clone(&self) -> EventWriter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventWriter
impl !RefUnwindSafe for EventWriter
impl Send for EventWriter
impl Sync for EventWriter
impl Unpin for EventWriter
impl !UnwindSafe for EventWriter
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