pub struct EventPrinter;Expand description
Default EventListener implementation, print every event in console
Trait Implementations§
Source§impl EventListener for EventPrinter
impl EventListener for EventPrinter
Auto Trait Implementations§
impl Freeze for EventPrinter
impl RefUnwindSafe for EventPrinter
impl Send for EventPrinter
impl Sync for EventPrinter
impl Unpin for EventPrinter
impl UnwindSafe for EventPrinter
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