pub struct EventFactory { /* private fields */ }Expand description
Creates events with monotonic per-run sequence numbers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for EventFactory
impl RefUnwindSafe for EventFactory
impl Send for EventFactory
impl Sync for EventFactory
impl Unpin for EventFactory
impl UnsafeUnpin for EventFactory
impl UnwindSafe for EventFactory
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