pub struct ProjectionEnvelope {
pub event_id: String,
pub correlation_id: String,
pub causation_id: String,
pub occurred_at: String,
pub aggregate_id: String,
pub aggregate_type: String,
pub schema_version: String,
}Fields§
§event_id: String§correlation_id: String§causation_id: String§occurred_at: String§aggregate_id: String§aggregate_type: String§schema_version: StringTrait Implementations§
Source§impl Clone for ProjectionEnvelope
impl Clone for ProjectionEnvelope
Source§fn clone(&self) -> ProjectionEnvelope
fn clone(&self) -> ProjectionEnvelope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectionEnvelope
impl Debug for ProjectionEnvelope
Source§impl<'de> Deserialize<'de> for ProjectionEnvelope
impl<'de> Deserialize<'de> for ProjectionEnvelope
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ProjectionEnvelope, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ProjectionEnvelope, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProjectionEnvelope
Source§impl PartialEq for ProjectionEnvelope
impl PartialEq for ProjectionEnvelope
Source§impl Serialize for ProjectionEnvelope
impl Serialize for ProjectionEnvelope
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ProjectionEnvelope
Auto Trait Implementations§
impl Freeze for ProjectionEnvelope
impl RefUnwindSafe for ProjectionEnvelope
impl Send for ProjectionEnvelope
impl Sync for ProjectionEnvelope
impl Unpin for ProjectionEnvelope
impl UnsafeUnpin for ProjectionEnvelope
impl UnwindSafe for ProjectionEnvelope
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