Struct sourmash::cmd::ComputeParameters[][src]

pub struct ComputeParameters { /* fields omitted */ }

Implementations

Create a builder for building ComputeParameters. On the builder, call .ksizes(...)(optional), .check_sequence(...)(optional), .dna(...)(optional), .dayhoff(...)(optional), .hp(...)(optional), .singleton(...)(optional), .scaled(...)(optional), .force(...)(optional), .output(...)(optional), .num_hashes(...)(optional), .protein(...)(optional), .name_from_first(...)(optional), .seed(...)(optional), .input_is_protein(...)(optional), .merge(...)(optional), .track_abundance(...)(optional), .randomize(...)(optional), .license(...)(optional), .processes(...)(optional) to set the values of the fields. Finally, call .build() to create the instance of ComputeParameters.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Casts the value.

Casts the value.

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.

Casts the value.

Casts the value.