Struct dotavious::attributes::ColorList[][src]

pub struct ColorList<'a> {
    pub colors: Vec<WeightedColor<'a>>,
}

Fields

colors: Vec<WeightedColor<'a>>

Trait Implementations

A colon-separated list of weighted color values: WC(:WC)* where each WC has the form C(;F)? Ex: fillcolor=yellow;0.3:blue

Performs the conversion.

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.