Struct google_people1::Url[][src]

pub struct Url {
    pub formatted_type: Option<String>,
    pub type_: Option<String>,
    pub value: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's associated URLs.

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

Fields

The read-only type of the URL translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

The type of the URL. The type can be custom or one of these predefined values:

  • home
  • work
  • blog
  • profile
  • homePage
  • ftp
  • reservations
  • appInstallPage: website for a Google+ application.
  • other

The URL.

Metadata about the URL.

Trait Implementations

impl Default for Url
[src]

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

impl Clone for Url
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Url
[src]

Formats the value using the given formatter. Read more

impl Part for Url
[src]

Auto Trait Implementations

impl Send for Url

impl Sync for Url