pub enum PhaseNodeKind {
Check,
Middleware(MiddlewareKind),
Upgrade,
Fetch(FetchKind),
Terminate(Terminator),
}Variants§
Trait Implementations§
Source§impl Clone for PhaseNodeKind
impl Clone for PhaseNodeKind
Source§fn clone(&self) -> PhaseNodeKind
fn clone(&self) -> PhaseNodeKind
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 PhaseNodeKind
impl Debug for PhaseNodeKind
Source§impl Hash for PhaseNodeKind
impl Hash for PhaseNodeKind
Source§impl PartialEq for PhaseNodeKind
impl PartialEq for PhaseNodeKind
impl Copy for PhaseNodeKind
impl Eq for PhaseNodeKind
impl StructuralPartialEq for PhaseNodeKind
Auto Trait Implementations§
impl Freeze for PhaseNodeKind
impl RefUnwindSafe for PhaseNodeKind
impl Send for PhaseNodeKind
impl Sync for PhaseNodeKind
impl Unpin for PhaseNodeKind
impl UnsafeUnpin for PhaseNodeKind
impl UnwindSafe for PhaseNodeKind
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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