Struct puffin::trace::StepExecution
source · pub struct StepExecution<PT: ProtocolTypes> {
step_number: usize,
action: ActionType,
agent: AgentName,
knowledges: Option<Vec<Box<dyn EvaluatedTerm<PT>>>>,
claims: Option<Vec<Box<dyn EvaluatedTerm<PT>>>>,
}
Fields§
§step_number: usize
§action: ActionType
§agent: AgentName
§knowledges: Option<Vec<Box<dyn EvaluatedTerm<PT>>>>
§claims: Option<Vec<Box<dyn EvaluatedTerm<PT>>>>
Implementations§
source§impl<PT: ProtocolTypes> StepExecution<PT>
impl<PT: ProtocolTypes> StepExecution<PT>
Trait Implementations§
source§impl<PT> Serialize for StepExecution<PT>where
PT: ProtocolTypes,
impl<PT> Serialize for StepExecution<PT>where
PT: ProtocolTypes,
Auto Trait Implementations§
impl<PT> Freeze for StepExecution<PT>
impl<PT> !RefUnwindSafe for StepExecution<PT>
impl<PT> !Send for StepExecution<PT>
impl<PT> !Sync for StepExecution<PT>
impl<PT> Unpin for StepExecution<PT>
impl<PT> !UnwindSafe for StepExecution<PT>
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.