pub enum IsPrecompileResult {
Answer {
is_precompile: bool,
extra_cost: u64,
},
OutOfGas,
}
Variants§
Auto Trait Implementations§
impl Freeze for IsPrecompileResult
impl RefUnwindSafe for IsPrecompileResult
impl Send for IsPrecompileResult
impl Sync for IsPrecompileResult
impl Unpin for IsPrecompileResult
impl UnwindSafe for IsPrecompileResult
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