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