pub enum CeremonyValidationSeverity {
Error,
Warning,
}Expand description
Whether a validation finding blocks a ceremony definition or only warns about it.
A definition with any CeremonyValidationSeverity::Error finding
cannot be constructed and must not be published.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyValidationSeverity
impl Clone for CeremonyValidationSeverity
impl Copy for CeremonyValidationSeverity
Source§impl Debug for CeremonyValidationSeverity
impl Debug for CeremonyValidationSeverity
Source§impl<'de> Deserialize<'de> for CeremonyValidationSeverity
impl<'de> Deserialize<'de> for CeremonyValidationSeverity
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 CeremonyValidationSeverity
Source§impl Hash for CeremonyValidationSeverity
impl Hash for CeremonyValidationSeverity
Source§impl Ord for CeremonyValidationSeverity
impl Ord for CeremonyValidationSeverity
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 PartialOrd for CeremonyValidationSeverity
impl PartialOrd for CeremonyValidationSeverity
impl StructuralPartialEq for CeremonyValidationSeverity
Auto Trait Implementations§
impl Freeze for CeremonyValidationSeverity
impl RefUnwindSafe for CeremonyValidationSeverity
impl Send for CeremonyValidationSeverity
impl Sync for CeremonyValidationSeverity
impl Unpin for CeremonyValidationSeverity
impl UnsafeUnpin for CeremonyValidationSeverity
impl UnwindSafe for CeremonyValidationSeverity
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