Enum move_vm_test_utils::gas_schedule::GasUnit
source · [−]pub enum GasUnit {}
Trait Implementations
sourceimpl ToUnit<InternalGasUnit> for GasUnit
impl ToUnit<InternalGasUnit> for GasUnit
const MULTIPLIER: u64 = 1_000u64
sourceimpl ToUnitFractional<GasUnit> for InternalGasUnit
impl ToUnitFractional<GasUnit> for InternalGasUnit
Auto Trait Implementations
impl RefUnwindSafe for GasUnit
impl Send for GasUnit
impl Sync for GasUnit
impl Unpin for GasUnit
impl UnwindSafe for GasUnit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more