Enum fuel_vm::error::BugVariant
source · [−]pub enum BugVariant {
ContextGasOverflow,
ContextGasUnderflow,
GlobalGasUnderflow,
}
Expand description
Traceable bug variants
Variants
ContextGasOverflow
Context gas increase has overflow
ContextGasUnderflow
Context gas increase has underflow
GlobalGasUnderflow
Global gas subtraction has underflow
Trait Implementations
sourceimpl Clone for BugVariant
impl Clone for BugVariant
sourcefn clone(&self) -> BugVariant
fn clone(&self) -> BugVariant
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BugVariant
impl Debug for BugVariant
sourceimpl Display for BugVariant
impl Display for BugVariant
sourceimpl Hash for BugVariant
impl Hash for BugVariant
sourceimpl PartialEq<BugVariant> for BugVariant
impl PartialEq<BugVariant> for BugVariant
impl Copy for BugVariant
impl Eq for BugVariant
impl StructuralEq for BugVariant
impl StructuralPartialEq for BugVariant
Auto Trait Implementations
impl RefUnwindSafe for BugVariant
impl Send for BugVariant
impl Sync for BugVariant
impl Unpin for BugVariant
impl UnwindSafe for BugVariant
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