pub enum ValidateFormat {
Json,
Yaml,
Toml,
}Expand description
Output format for validation
Variants§
Trait Implementations§
Source§impl Clone for ValidateFormat
impl Clone for ValidateFormat
Source§fn clone(&self) -> ValidateFormat
fn clone(&self) -> ValidateFormat
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 ValidateFormat
impl Debug for ValidateFormat
Source§impl ValueEnum for ValidateFormat
impl ValueEnum for ValidateFormat
impl Copy for ValidateFormat
Auto Trait Implementations§
impl Freeze for ValidateFormat
impl RefUnwindSafe for ValidateFormat
impl Send for ValidateFormat
impl Sync for ValidateFormat
impl Unpin for ValidateFormat
impl UnwindSafe for ValidateFormat
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