Struct postgres_es::PostgresSnapshotStoreAggregateContext [−][src]
pub struct PostgresSnapshotStoreAggregateContext<A> where
A: Aggregate, { /* fields omitted */ }
Expand description
Holds context for the snapshot-sourced implementation PostgresSnapshotStore.
This is only used internally within the EventStore
.
Trait Implementations
impl<A: PartialEq> PartialEq<PostgresSnapshotStoreAggregateContext<A>> for PostgresSnapshotStoreAggregateContext<A> where
A: Aggregate,
impl<A: PartialEq> PartialEq<PostgresSnapshotStoreAggregateContext<A>> for PostgresSnapshotStoreAggregateContext<A> where
A: Aggregate,
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.