Struct google_spectrum1_explorer::VcardTypedText[][src]

pub struct VcardTypedText {
    pub text: Option<String>,
}

The structure used to represent an organization and an email address.

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

Fields

The text string associated with this item. For example, for an org field: ACME, inc. For an email field: smith@example.com.

Trait Implementations

impl Default for VcardTypedText
[src]

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

impl Clone for VcardTypedText
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VcardTypedText
[src]

Formats the value using the given formatter. Read more

impl Part for VcardTypedText
[src]

Auto Trait Implementations