Struct google_coordinate1::EnumItemDef [] [src]

pub struct EnumItemDef {
    pub active: Option<bool>,
    pub kind: Option<String>,
    pub value: Option<String>,
}

Enum Item definition.

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

Fields

Whether the enum item is active. Jobs may contain inactive enum values; however, setting an enum to an inactive value when creating or updating a job will result in a 500 error.

Identifies this object as an enum item definition.

Custom field value.

Trait Implementations

impl Default for EnumItemDef
[src]

[src]

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

impl Clone for EnumItemDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EnumItemDef
[src]

[src]

Formats the value using the given formatter.

impl Part for EnumItemDef
[src]