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