pub struct ExecutionCostsWithType { /* private fields */ }Implementations§
Source§impl ExecutionCostsWithType
impl ExecutionCostsWithType
pub fn memory(&self) -> u64
pub fn steps(&self) -> u64
pub fn execution_type(&self) -> ExecutionType
Auto Trait Implementations§
impl Freeze for ExecutionCostsWithType
impl RefUnwindSafe for ExecutionCostsWithType
impl Send for ExecutionCostsWithType
impl Sync for ExecutionCostsWithType
impl Unpin for ExecutionCostsWithType
impl UnwindSafe for ExecutionCostsWithType
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