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