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