pub enum DhallExtPassPhase {
Early,
Middle,
Late,
Finalize,
}Expand description
Pass execution phase for DhallExt.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DhallExtPassPhase
impl Clone for DhallExtPassPhase
Source§fn clone(&self) -> DhallExtPassPhase
fn clone(&self) -> DhallExtPassPhase
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 DhallExtPassPhase
impl Debug for DhallExtPassPhase
Source§impl Hash for DhallExtPassPhase
impl Hash for DhallExtPassPhase
Source§impl PartialEq for DhallExtPassPhase
impl PartialEq for DhallExtPassPhase
impl Eq for DhallExtPassPhase
impl StructuralPartialEq for DhallExtPassPhase
Auto Trait Implementations§
impl Freeze for DhallExtPassPhase
impl RefUnwindSafe for DhallExtPassPhase
impl Send for DhallExtPassPhase
impl Sync for DhallExtPassPhase
impl Unpin for DhallExtPassPhase
impl UnsafeUnpin for DhallExtPassPhase
impl UnwindSafe for DhallExtPassPhase
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