pub struct EventInput(/* private fields */);
Expand description
§An event from which additional data may be extracted
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventInput
impl RefUnwindSafe for EventInput
impl !Send for EventInput
impl !Sync for EventInput
impl Unpin for EventInput
impl UnwindSafe for EventInput
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