Struct clarity_repl::repl::session::CostsReport
source · pub struct CostsReport {
pub test_name: String,
pub contract_id: String,
pub method: String,
pub args: Vec<String>,
pub cost_result: CostSynthesis,
}Fields§
§test_name: String§contract_id: String§method: String§args: Vec<String>§cost_result: CostSynthesisTrait Implementations§
source§impl Clone for CostsReport
impl Clone for CostsReport
source§fn clone(&self) -> CostsReport
fn clone(&self) -> CostsReport
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 CostsReport
impl Send for CostsReport
impl Sync for CostsReport
impl Unpin for CostsReport
impl UnwindSafe for CostsReport
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