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