pub struct HydrationRow<Id> {
pub entity_id: Id,
pub sequence: i32,
pub event: Option<Value>,
pub context: Option<ContextData>,
pub recorded_at: Option<DateTime<Utc>>,
pub forgettable_payload: Option<Value>,
pub snapshot: Option<Value>,
pub snapshot_sequence: Option<i32>,
pub snapshot_recorded_at: Option<DateTime<Utc>>,
pub snapshot_first_recorded_at: Option<DateTime<Utc>>,
pub snapshot_forgettable_payload: Option<Value>,
}Expand description
Internal common shape loaders normalise into before decoding a container.
Fields§
§entity_id: Id§sequence: i32§event: Option<Value>§context: Option<ContextData>§recorded_at: Option<DateTime<Utc>>§forgettable_payload: Option<Value>§snapshot: Option<Value>§snapshot_sequence: Option<i32>§snapshot_recorded_at: Option<DateTime<Utc>>§snapshot_first_recorded_at: Option<DateTime<Utc>>§snapshot_forgettable_payload: Option<Value>