Struct switchboard_solana::prelude::EventHandlerImpl
source · pub struct EventHandlerImpl<E, S>{ /* private fields */ }
Implementations§
source§impl<E, S> EventHandlerImpl<E, S>
impl<E, S> EventHandlerImpl<E, S>
Trait Implementations§
source§impl<E, S> EventHandler for EventHandlerImpl<E, S>
impl<E, S> EventHandler for EventHandlerImpl<E, S>
Auto Trait Implementations§
impl<E, S> RefUnwindSafe for EventHandlerImpl<E, S>where
E: RefUnwindSafe,
S: RefUnwindSafe,
impl<E, S> Send for EventHandlerImpl<E, S>
impl<E, S> Sync for EventHandlerImpl<E, S>
impl<E, S> Unpin for EventHandlerImpl<E, S>where
E: Unpin,
impl<E, S> UnwindSafe for EventHandlerImpl<E, S>where
E: UnwindSafe,
S: RefUnwindSafe,
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