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