pub enum OutputTypeArg {
OneRequestPerFile,
OneFile,
OneFilePerTag,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OutputTypeArg
impl Clone for OutputTypeArg
Source§fn clone(&self) -> OutputTypeArg
fn clone(&self) -> OutputTypeArg
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 moreSource§impl Debug for OutputTypeArg
impl Debug for OutputTypeArg
Source§impl Default for OutputTypeArg
impl Default for OutputTypeArg
Source§fn default() -> OutputTypeArg
fn default() -> OutputTypeArg
Returns the “default value” for a type. Read more
Source§impl Display for OutputTypeArg
impl Display for OutputTypeArg
Source§impl From<OutputTypeArg> for OutputType
impl From<OutputTypeArg> for OutputType
Source§fn from(value: OutputTypeArg) -> Self
fn from(value: OutputTypeArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OutputTypeArg
impl PartialEq for OutputTypeArg
Source§fn eq(&self, other: &OutputTypeArg) -> bool
fn eq(&self, other: &OutputTypeArg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ValueEnum for OutputTypeArg
impl ValueEnum for OutputTypeArg
impl Copy for OutputTypeArg
impl Eq for OutputTypeArg
impl StructuralPartialEq for OutputTypeArg
Auto Trait Implementations§
impl Freeze for OutputTypeArg
impl RefUnwindSafe for OutputTypeArg
impl Send for OutputTypeArg
impl Sync for OutputTypeArg
impl Unpin for OutputTypeArg
impl UnsafeUnpin for OutputTypeArg
impl UnwindSafe for OutputTypeArg
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.