pub struct OutOfGas;Expand description
Sentinel returned by GasCounter::charge on exhaustion.
Trait Implementations§
impl Copy for OutOfGas
impl Eq for OutOfGas
impl StructuralPartialEq for OutOfGas
Auto Trait Implementations§
impl Freeze for OutOfGas
impl RefUnwindSafe for OutOfGas
impl Send for OutOfGas
impl Sync for OutOfGas
impl Unpin for OutOfGas
impl UnsafeUnpin for OutOfGas
impl UnwindSafe for OutOfGas
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