pub struct RawAgentInvocationFinishedParameters {
pub timestamp: Datetime,
pub result: OplogPayload,
pub consumed_fuel: i64,
pub component_revision: u64,
}Fields§
§timestamp: Datetime§result: OplogPayload§consumed_fuel: i64§component_revision: u64Trait Implementations§
Source§impl Clone for RawAgentInvocationFinishedParameters
impl Clone for RawAgentInvocationFinishedParameters
Source§fn clone(&self) -> RawAgentInvocationFinishedParameters
fn clone(&self) -> RawAgentInvocationFinishedParameters
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 RawAgentInvocationFinishedParameters
impl RefUnwindSafe for RawAgentInvocationFinishedParameters
impl Send for RawAgentInvocationFinishedParameters
impl Sync for RawAgentInvocationFinishedParameters
impl Unpin for RawAgentInvocationFinishedParameters
impl UnsafeUnpin for RawAgentInvocationFinishedParameters
impl UnwindSafe for RawAgentInvocationFinishedParameters
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