pub enum RubyPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl RubyPassPhase
impl RubyPassPhase
Trait Implementations§
Source§impl Clone for RubyPassPhase
impl Clone for RubyPassPhase
Source§fn clone(&self) -> RubyPassPhase
fn clone(&self) -> RubyPassPhase
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 RubyPassPhase
impl Debug for RubyPassPhase
Source§impl PartialEq for RubyPassPhase
impl PartialEq for RubyPassPhase
impl StructuralPartialEq for RubyPassPhase
Auto Trait Implementations§
impl Freeze for RubyPassPhase
impl RefUnwindSafe for RubyPassPhase
impl Send for RubyPassPhase
impl Sync for RubyPassPhase
impl Unpin for RubyPassPhase
impl UnsafeUnpin for RubyPassPhase
impl UnwindSafe for RubyPassPhase
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