pub enum CeremonyChangeKind {
Added,
Removed,
Altered,
}Expand description
What happened to one element between two ceremony definitions.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyChangeKind
impl Clone for CeremonyChangeKind
impl Copy for CeremonyChangeKind
Source§impl Debug for CeremonyChangeKind
impl Debug for CeremonyChangeKind
impl Eq for CeremonyChangeKind
Source§impl Ord for CeremonyChangeKind
impl Ord for CeremonyChangeKind
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 CeremonyChangeKind
impl PartialEq for CeremonyChangeKind
Source§impl PartialOrd for CeremonyChangeKind
impl PartialOrd for CeremonyChangeKind
impl StructuralPartialEq for CeremonyChangeKind
Auto Trait Implementations§
impl Freeze for CeremonyChangeKind
impl RefUnwindSafe for CeremonyChangeKind
impl Send for CeremonyChangeKind
impl Sync for CeremonyChangeKind
impl Unpin for CeremonyChangeKind
impl UnsafeUnpin for CeremonyChangeKind
impl UnwindSafe for CeremonyChangeKind
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