pub enum LifecycleDestroyOutcome {
Succeeded,
Failed,
}Expand description
Subject URN string used by seam-freeze G3/G4 cross-pointers.
Outcome field for lifecycle_destroyed_data_v1.
Variants§
Trait Implementations§
Source§impl Clone for LifecycleDestroyOutcome
impl Clone for LifecycleDestroyOutcome
Source§fn clone(&self) -> LifecycleDestroyOutcome
fn clone(&self) -> LifecycleDestroyOutcome
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 moreSource§impl Debug for LifecycleDestroyOutcome
impl Debug for LifecycleDestroyOutcome
Source§impl PartialEq for LifecycleDestroyOutcome
impl PartialEq for LifecycleDestroyOutcome
Source§fn eq(&self, other: &LifecycleDestroyOutcome) -> bool
fn eq(&self, other: &LifecycleDestroyOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LifecycleDestroyOutcome
impl Serialize for LifecycleDestroyOutcome
impl Copy for LifecycleDestroyOutcome
impl Eq for LifecycleDestroyOutcome
impl StructuralPartialEq for LifecycleDestroyOutcome
Auto Trait Implementations§
impl Freeze for LifecycleDestroyOutcome
impl RefUnwindSafe for LifecycleDestroyOutcome
impl Send for LifecycleDestroyOutcome
impl Sync for LifecycleDestroyOutcome
impl Unpin for LifecycleDestroyOutcome
impl UnsafeUnpin for LifecycleDestroyOutcome
impl UnwindSafe for LifecycleDestroyOutcome
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