pub type SyncCustomStateEvent = SyncStateEvent<CustomStateEventContent>;Expand description
An rs.matrix-sdk.custom-state.test event from a sync_events response.
Aliased Type§
pub enum SyncCustomStateEvent {
Original(OriginalSyncStateEvent<CustomStateEventContent>),
Redacted(RedactedSyncStateEvent<RedactedCustomStateEventContent>),
}Variants§
Original(OriginalSyncStateEvent<CustomStateEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncStateEvent<RedactedCustomStateEventContent>)
Redacted form of the event with minimal fields.