pub struct RawPendingAgentInvocationParameters {
pub timestamp: Datetime,
pub idempotency_key: String,
pub payload: OplogPayload,
pub trace_id: String,
pub trace_states: Vec<String>,
pub invocation_context: Vec<SpanData>,
}Fields§
§timestamp: Datetime§idempotency_key: String§payload: OplogPayload§trace_id: String§trace_states: Vec<String>§invocation_context: Vec<SpanData>Trait Implementations§
Source§impl Clone for RawPendingAgentInvocationParameters
impl Clone for RawPendingAgentInvocationParameters
Source§fn clone(&self) -> RawPendingAgentInvocationParameters
fn clone(&self) -> RawPendingAgentInvocationParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawPendingAgentInvocationParameters
impl RefUnwindSafe for RawPendingAgentInvocationParameters
impl Send for RawPendingAgentInvocationParameters
impl Sync for RawPendingAgentInvocationParameters
impl Unpin for RawPendingAgentInvocationParameters
impl UnsafeUnpin for RawPendingAgentInvocationParameters
impl UnwindSafe for RawPendingAgentInvocationParameters
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