Struct google_fusiontables2::PointStyle[][src]

pub struct PointStyle {
    pub icon_styler: Option<StyleFunction>,
    pub icon_name: Option<String>,
}

Represents a PointStyle within a StyleSetting

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

Fields

Column or a bucket value from which the icon name is to be determined.

Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519

Trait Implementations

impl Default for PointStyle
[src]

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

impl Clone for PointStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PointStyle
[src]

Formats the value using the given formatter. Read more

impl Part for PointStyle
[src]

Auto Trait Implementations

impl Send for PointStyle

impl Sync for PointStyle