pub struct Stats(pub Vec<Stat>);
Expand description

A vector of Stat.

Tuple Fields

0: Vec<Stat>

Implementations

Add a new Stat to Stats.

Print tabular form of Stats to STDOUT.

Extract the putative mitochondrial/chloroplast genome from a GFA file.

The upper and lower limits of genome size and GC content are supplied through the CLI. As the defaults will be different, the same function is accessed entry points in the CLI.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.