pub struct GiftCardProjectorEventHandlerEventRegistry {
names: Vec<&'static str>,
type_id: TypeId,
handler: fn(_: &mut GiftCardProjector, _: RecordedEvent) -> BoxFuture<'_, Result<(), HandleError>>,
}
Fields§
§names: Vec<&'static str>
§type_id: TypeId
§handler: fn(_: &mut GiftCardProjector, _: RecordedEvent) -> BoxFuture<'_, Result<(), HandleError>>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GiftCardProjectorEventHandlerEventRegistry
impl Send for GiftCardProjectorEventHandlerEventRegistry
impl Sync for GiftCardProjectorEventHandlerEventRegistry
impl Unpin for GiftCardProjectorEventHandlerEventRegistry
impl UnwindSafe for GiftCardProjectorEventHandlerEventRegistry
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