pub struct ValidOutcome {
pub total_gas: Gas,
}
Expand description
Outcome of a valid block. Cumulative gas and utilities of all solutions in the block.
Fields§
§total_gas: Gas
Total gas consumed by all solutions in the block.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidOutcome
impl RefUnwindSafe for ValidOutcome
impl Send for ValidOutcome
impl Sync for ValidOutcome
impl Unpin for ValidOutcome
impl UnwindSafe for ValidOutcome
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