Enum mon_artist::svg::Fill [] [src]

pub enum Fill {
    Color(Color),
    Pattern {
        def_id: String,
    },
    None,
}

Variants

Fields of Pattern

Trait Implementations

impl Clone for Fill
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Fill
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Fill
[src]