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