pub enum VerifyOutputFormat {
Json,
Markdown,
Audit,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VerifyOutputFormat
impl Clone for VerifyOutputFormat
Source§fn clone(&self) -> VerifyOutputFormat
fn clone(&self) -> VerifyOutputFormat
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 VerifyOutputFormat
Source§impl Debug for VerifyOutputFormat
impl Debug for VerifyOutputFormat
impl Eq for VerifyOutputFormat
Source§impl PartialEq for VerifyOutputFormat
impl PartialEq for VerifyOutputFormat
Source§fn eq(&self, other: &VerifyOutputFormat) -> bool
fn eq(&self, other: &VerifyOutputFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VerifyOutputFormat
Auto Trait Implementations§
impl Freeze for VerifyOutputFormat
impl RefUnwindSafe for VerifyOutputFormat
impl Send for VerifyOutputFormat
impl Sync for VerifyOutputFormat
impl Unpin for VerifyOutputFormat
impl UnsafeUnpin for VerifyOutputFormat
impl UnwindSafe for VerifyOutputFormat
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