Struct light_phylogeny::Config[][src]

pub struct Config {
    pub species_color: String,
    pub species_opacity: String,
    pub single_gene_color: String,
    pub gene_opacity: String,
    pub species_police_color: String,
    pub species_police_size: String,
    pub gene_police_size: String,
    pub bezier: String,
}
Expand description

Structure Config: drawing config.

Fields

species_color: Stringspecies_opacity: Stringsingle_gene_color: Stringgene_opacity: Stringspecies_police_color: Stringspecies_police_size: Stringgene_police_size: Stringbezier: String

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.