Struct google_coordinate1::CustomField[][src]

pub struct CustomField {
    pub kind: Option<String>,
    pub custom_field_id: Option<String>,
    pub value: Option<String>,
}

Custom field.

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

Fields

Identifies this object as a custom field.

Custom field id.

Custom field value.

Trait Implementations

impl Default for CustomField
[src]

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

impl Clone for CustomField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomField
[src]

Formats the value using the given formatter. Read more

impl Part for CustomField
[src]

Auto Trait Implementations

impl Send for CustomField

impl Sync for CustomField