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