pub enum ValidationReportFormat {
Json,
Yaml,
Html,
}Expand description
Validation report format.
Variants§
Trait Implementations§
Source§impl Clone for ValidationReportFormat
impl Clone for ValidationReportFormat
Source§fn clone(&self) -> ValidationReportFormat
fn clone(&self) -> ValidationReportFormat
Returns a duplicate of the value. Read more
1.0.0 · 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 ValidationReportFormat
impl Debug for ValidationReportFormat
Source§impl Default for ValidationReportFormat
impl Default for ValidationReportFormat
Source§fn default() -> ValidationReportFormat
fn default() -> ValidationReportFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ValidationReportFormat
impl<'de> Deserialize<'de> for ValidationReportFormat
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
Source§impl PartialEq for ValidationReportFormat
impl PartialEq for ValidationReportFormat
Source§impl Serialize for ValidationReportFormat
impl Serialize for ValidationReportFormat
impl Copy for ValidationReportFormat
impl Eq for ValidationReportFormat
impl StructuralPartialEq for ValidationReportFormat
Auto Trait Implementations§
impl Freeze for ValidationReportFormat
impl RefUnwindSafe for ValidationReportFormat
impl Send for ValidationReportFormat
impl Sync for ValidationReportFormat
impl Unpin for ValidationReportFormat
impl UnwindSafe for ValidationReportFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.