Struct sep2_client::event::EventInstance
source · pub struct EventInstance<E>where
E: SEEvent,{ /* private fields */ }
Available on crate feature
event
only.Expand description
A wrapper around an SEEvent
resource.
Implementations§
source§impl<E: SEEvent> EventInstance<E>
impl<E: SEEvent> EventInstance<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for EventInstance<E>
impl<E> Send for EventInstance<E>
impl<E> Sync for EventInstance<E>
impl<E> Unpin for EventInstance<E>
impl<E> UnwindSafe for EventInstance<E>where E: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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