pub struct SerializedIntegrationEvent {
pub id: String,
pub aggregate_id: String,
pub aggregate_type: String,
pub event_type: String,
pub payload: Vec<u8>,
}Fields§
§id: String§aggregate_id: String§aggregate_type: String§event_type: String§payload: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for SerializedIntegrationEvent
impl Clone for SerializedIntegrationEvent
Source§fn clone(&self) -> SerializedIntegrationEvent
fn clone(&self) -> SerializedIntegrationEvent
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 SerializedIntegrationEvent
impl Debug for SerializedIntegrationEvent
impl Eq for SerializedIntegrationEvent
impl StructuralPartialEq for SerializedIntegrationEvent
Auto Trait Implementations§
impl Freeze for SerializedIntegrationEvent
impl RefUnwindSafe for SerializedIntegrationEvent
impl Send for SerializedIntegrationEvent
impl Sync for SerializedIntegrationEvent
impl Unpin for SerializedIntegrationEvent
impl UnsafeUnpin for SerializedIntegrationEvent
impl UnwindSafe for SerializedIntegrationEvent
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