pub struct TestCallReport {
pub status: RadixAbiStatusV1,
pub outputs: Vec<TestOutput>,
pub diagnostics: Vec<TestDiagnostic>,
pub work_charged: u32,
pub finished: bool,
}Fields§
§status: RadixAbiStatusV1§outputs: Vec<TestOutput>§diagnostics: Vec<TestDiagnostic>§work_charged: u32§finished: boolTrait Implementations§
Source§impl Clone for TestCallReport
impl Clone for TestCallReport
Source§fn clone(&self) -> TestCallReport
fn clone(&self) -> TestCallReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestCallReport
impl Debug for TestCallReport
impl Eq for TestCallReport
Source§impl PartialEq for TestCallReport
impl PartialEq for TestCallReport
impl StructuralPartialEq for TestCallReport
Auto Trait Implementations§
impl Freeze for TestCallReport
impl RefUnwindSafe for TestCallReport
impl Send for TestCallReport
impl Sync for TestCallReport
impl Unpin for TestCallReport
impl UnsafeUnpin for TestCallReport
impl UnwindSafe for TestCallReport
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