pub enum ContinuationEffectOutcome {
Indeterminate,
}Expand description
Durable outcome classification for a continuation effect boundary.
Variants§
Indeterminate
Host loss occurred after the effect fence; the approved effect may have happened.
Trait Implementations§
Source§impl Clone for ContinuationEffectOutcome
impl Clone for ContinuationEffectOutcome
Source§fn clone(&self) -> ContinuationEffectOutcome
fn clone(&self) -> ContinuationEffectOutcome
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 ContinuationEffectOutcome
Source§impl Debug for ContinuationEffectOutcome
impl Debug for ContinuationEffectOutcome
Source§impl<'de> Deserialize<'de> for ContinuationEffectOutcome
impl<'de> Deserialize<'de> for ContinuationEffectOutcome
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 ContinuationEffectOutcome
impl StructuralPartialEq for ContinuationEffectOutcome
Auto Trait Implementations§
impl Freeze for ContinuationEffectOutcome
impl RefUnwindSafe for ContinuationEffectOutcome
impl Send for ContinuationEffectOutcome
impl Sync for ContinuationEffectOutcome
impl Unpin for ContinuationEffectOutcome
impl UnsafeUnpin for ContinuationEffectOutcome
impl UnwindSafe for ContinuationEffectOutcome
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