Enum ethers_solc::sourcemap::Jump
source · pub enum Jump {
In,
Out,
Regular,
}
Variants§
In
A jump instruction that goes into a function
Out
A jump represents an instruction that returns from a function
Regular
A regular jump instruction
Trait Implementations§
source§impl PartialEq for Jump
impl PartialEq for Jump
impl Copy for Jump
impl Eq for Jump
impl StructuralPartialEq for Jump
Auto Trait Implementations§
impl RefUnwindSafe for Jump
impl Send for Jump
impl Sync for Jump
impl Unpin for Jump
impl UnwindSafe for Jump
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.