Struct google_calendar3::ColorDefinition [] [src]

pub struct ColorDefinition {
    pub foreground: Option<String>,
    pub background: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The foreground color that can be used to write on top of a background with 'background' color.

The background color associated with this color definition.

Trait Implementations

impl Default for ColorDefinition
[src]

Returns the "default value" for a type. Read more

impl Clone for ColorDefinition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColorDefinition
[src]

Formats the value using the given formatter.

impl Part for ColorDefinition
[src]