pub struct EventGeneratorImpl;
Expand description
Implementation of the EventGenerator trait.
Trait Implementations§
Source§impl Default for EventGeneratorImpl
impl Default for EventGeneratorImpl
Source§fn default() -> EventGeneratorImpl
fn default() -> EventGeneratorImpl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventGeneratorImpl
impl RefUnwindSafe for EventGeneratorImpl
impl Send for EventGeneratorImpl
impl Sync for EventGeneratorImpl
impl Unpin for EventGeneratorImpl
impl UnwindSafe for EventGeneratorImpl
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