Enum ethers_solc::sourcemap::Jump [−][src]
pub enum Jump {
In,
Out,
Regular,
}
Variants
A jump instruction that goes into a function
A jump represents an instruction that returns from a function
A regular jump instruction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Jump
impl UnwindSafe for Jump
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more