Struct component_events::log::EventLog
source · pub struct EventLog { /* private fields */ }
Expand description
Records events from an EventStream, allowing them to be flushed out into a vector at a later point in time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EventLog
impl Send for EventLog
impl Sync for EventLog
impl Unpin for EventLog
impl !UnwindSafe for EventLog
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