pub enum InputFormatArg {
Dict,
Fai,
Fasta,
NcbiReport,
Sam,
Bam,
Cram,
Vcf,
Tsv,
}Expand description
Input format argument for CLI
Variants§
Trait Implementations§
Source§impl Clone for InputFormatArg
impl Clone for InputFormatArg
Source§fn clone(&self) -> InputFormatArg
fn clone(&self) -> InputFormatArg
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 InputFormatArg
impl Debug for InputFormatArg
Source§impl From<InputFormatArg> for InputFormat
impl From<InputFormatArg> for InputFormat
Source§fn from(arg: InputFormatArg) -> Self
fn from(arg: InputFormatArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for InputFormatArg
impl ValueEnum for InputFormatArg
impl Copy for InputFormatArg
Auto Trait Implementations§
impl Freeze for InputFormatArg
impl RefUnwindSafe for InputFormatArg
impl Send for InputFormatArg
impl Sync for InputFormatArg
impl Unpin for InputFormatArg
impl UnwindSafe for InputFormatArg
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