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