pub enum VyperExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for VyperExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VyperExtPassPhase
impl Clone for VyperExtPassPhase
Source§fn clone(&self) -> VyperExtPassPhase
fn clone(&self) -> VyperExtPassPhase
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 VyperExtPassPhase
impl Debug for VyperExtPassPhase
Source§impl Hash for VyperExtPassPhase
impl Hash for VyperExtPassPhase
Source§impl PartialEq for VyperExtPassPhase
impl PartialEq for VyperExtPassPhase
impl Eq for VyperExtPassPhase
impl StructuralPartialEq for VyperExtPassPhase
Auto Trait Implementations§
impl Freeze for VyperExtPassPhase
impl RefUnwindSafe for VyperExtPassPhase
impl Send for VyperExtPassPhase
impl Sync for VyperExtPassPhase
impl Unpin for VyperExtPassPhase
impl UnsafeUnpin for VyperExtPassPhase
impl UnwindSafe for VyperExtPassPhase
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