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