pub enum ContinuationEffectPhase {
Started,
}Expand description
Durable effect boundary reached by a continuation.
Variants§
Started
The effect fence was crossed and an approved hook or tool could have run.
Trait Implementations§
Source§impl Clone for ContinuationEffectPhase
impl Clone for ContinuationEffectPhase
Source§fn clone(&self) -> ContinuationEffectPhase
fn clone(&self) -> ContinuationEffectPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContinuationEffectPhase
Source§impl Debug for ContinuationEffectPhase
impl Debug for ContinuationEffectPhase
Source§impl<'de> Deserialize<'de> for ContinuationEffectPhase
impl<'de> Deserialize<'de> for ContinuationEffectPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ContinuationEffectPhase
Source§impl PartialEq for ContinuationEffectPhase
impl PartialEq for ContinuationEffectPhase
Source§impl Serialize for ContinuationEffectPhase
impl Serialize for ContinuationEffectPhase
impl StructuralPartialEq for ContinuationEffectPhase
Auto Trait Implementations§
impl Freeze for ContinuationEffectPhase
impl RefUnwindSafe for ContinuationEffectPhase
impl Send for ContinuationEffectPhase
impl Sync for ContinuationEffectPhase
impl Unpin for ContinuationEffectPhase
impl UnsafeUnpin for ContinuationEffectPhase
impl UnwindSafe for ContinuationEffectPhase
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