pub struct GasMeter {
pub costs: GasCosts,
/* private fields */
}Fields§
§costs: GasCostsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GasMeter
impl RefUnwindSafe for GasMeter
impl Send for GasMeter
impl Sync for GasMeter
impl Unpin for GasMeter
impl UnsafeUnpin for GasMeter
impl UnwindSafe for GasMeter
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