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