Struct nakadion::events::OutgoingMetadata[][src]

pub struct OutgoingMetadata {
    pub eid: Uuid,
    pub event_type: Option<String>,
    pub occurred_at: DateTime<Utc>,
    pub parent_eids: Vec<Uuid>,
    pub partition: Option<PartitionId>,
}

Metadata sent with an outgoing event

See Event Metadata

Fields

Trait Implementations

impl Debug for OutgoingMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for OutgoingMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations