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