pub enum CeremonyChangeImpact {
Carries,
Strands,
}Expand description
Whether a definition change could strand an already-running ceremony.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyChangeImpact
impl Clone for CeremonyChangeImpact
Source§fn clone(&self) -> CeremonyChangeImpact
fn clone(&self) -> CeremonyChangeImpact
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 CeremonyChangeImpact
Source§impl Debug for CeremonyChangeImpact
impl Debug for CeremonyChangeImpact
impl Eq for CeremonyChangeImpact
Source§impl Ord for CeremonyChangeImpact
impl Ord for CeremonyChangeImpact
Source§fn cmp(&self, other: &CeremonyChangeImpact) -> Ordering
fn cmp(&self, other: &CeremonyChangeImpact) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CeremonyChangeImpact
impl PartialEq for CeremonyChangeImpact
Source§impl PartialOrd for CeremonyChangeImpact
impl PartialOrd for CeremonyChangeImpact
impl StructuralPartialEq for CeremonyChangeImpact
Auto Trait Implementations§
impl Freeze for CeremonyChangeImpact
impl RefUnwindSafe for CeremonyChangeImpact
impl Send for CeremonyChangeImpact
impl Sync for CeremonyChangeImpact
impl Unpin for CeremonyChangeImpact
impl UnsafeUnpin for CeremonyChangeImpact
impl UnwindSafe for CeremonyChangeImpact
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