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