Struct stacks_rpc_client::clarity::vm::ExecutionResult
pub struct ExecutionResult {
pub result: EvaluationResult,
pub events: Vec<StacksTransactionEvent>,
pub cost: Option<CostSynthesis>,
pub diagnostics: Vec<Diagnostic>,
}
Fields§
§result: EvaluationResult
§events: Vec<StacksTransactionEvent>
§cost: Option<CostSynthesis>
§diagnostics: Vec<Diagnostic>
Trait Implementations§
§impl Clone for ExecutionResult
impl Clone for ExecutionResult
§fn clone(&self) -> ExecutionResult
fn clone(&self) -> ExecutionResult
Returns a copy 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 RefUnwindSafe for ExecutionResult
impl Send for ExecutionResult
impl Sync for ExecutionResult
impl Unpin for ExecutionResult
impl UnwindSafe for ExecutionResult
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