pub enum EVMPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl EVMPassPhase
impl EVMPassPhase
Trait Implementations§
Source§impl Clone for EVMPassPhase
impl Clone for EVMPassPhase
Source§fn clone(&self) -> EVMPassPhase
fn clone(&self) -> EVMPassPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EVMPassPhase
impl Debug for EVMPassPhase
Source§impl PartialEq for EVMPassPhase
impl PartialEq for EVMPassPhase
impl StructuralPartialEq for EVMPassPhase
Auto Trait Implementations§
impl Freeze for EVMPassPhase
impl RefUnwindSafe for EVMPassPhase
impl Send for EVMPassPhase
impl Sync for EVMPassPhase
impl Unpin for EVMPassPhase
impl UnsafeUnpin for EVMPassPhase
impl UnwindSafe for EVMPassPhase
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