Struct timesource_core::event::Persisted [−][src]
pub struct Persisted<T> { /* fields omitted */ }Expand description
An Event wrapper for events that have been
successfully committed to the [EventStore].
[EventStream]s are composed of these events.
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for Persisted<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Persisted<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more