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