Struct google_plus1::PersonUrls [−][src]
pub struct PersonUrls {
pub type_: Option<String>,
pub value: Option<String>,
pub label: Option<String>,
}A list of URLs for this person.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>
The type of URL. Possible values include, but are not limited to, the following values:
- "otherProfile" - URL for another profile.
- "contributor" - URL to a site for which this person is a contributor.
- "website" - URL for this Google+ Page's primary website.
- "other" - Other URL.
value: Option<String>
The URL value.
label: Option<String>
The label of the URL.
Trait Implementations
impl Default for PersonUrls[src]
impl Default for PersonUrlsfn default() -> PersonUrls[src]
fn default() -> PersonUrlsReturns the "default value" for a type. Read more
impl Clone for PersonUrls[src]
impl Clone for PersonUrlsfn clone(&self) -> PersonUrls[src]
fn clone(&self) -> PersonUrlsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PersonUrls[src]
impl Debug for PersonUrlsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for PersonUrls[src]
impl NestedType for PersonUrlsimpl Part for PersonUrls[src]
impl Part for PersonUrlsAuto Trait Implementations
impl Send for PersonUrls
impl Send for PersonUrlsimpl Sync for PersonUrls
impl Sync for PersonUrls