Struct google_spectrum1_explorer::VcardTelephone[][src]

pub struct VcardTelephone {
    pub uri: Option<String>,
}

The structure used to represent a telephone number.

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

Fields

A nested telephone URI of the form: tel:+1-123-456-7890.

Trait Implementations

impl Default for VcardTelephone
[src]

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

impl Clone for VcardTelephone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VcardTelephone
[src]

Formats the value using the given formatter. Read more

impl Part for VcardTelephone
[src]

Auto Trait Implementations