Struct google_plus1::PersonOrganizations [−][src]
pub struct PersonOrganizations {
pub start_date: Option<String>,
pub end_date: Option<String>,
pub description: Option<String>,
pub title: Option<String>,
pub primary: Option<bool>,
pub location: Option<String>,
pub department: Option<String>,
pub type_: Option<String>,
pub name: Option<String>,
}A list of current or past organizations with which this person is associated.
This type is not used in any activity, and only used as part of another schema.
Fields
start_date: Option<String>
The date that the person joined this organization.
end_date: Option<String>
The date that the person left this organization.
description: Option<String>
A short description of the person's role in this organization. Deprecated.
title: Option<String>
The person's job title or role within the organization.
primary: Option<bool>
If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
location: Option<String>
The location of this organization. Deprecated.
department: Option<String>
The department within the organization. Deprecated.
type_: Option<String>
The type of organization. Possible values include, but are not limited to, the following values:
- "work" - Work.
- "school" - School.
name: Option<String>
The name of the organization.
Trait Implementations
impl Default for PersonOrganizations[src]
impl Default for PersonOrganizationsfn default() -> PersonOrganizations[src]
fn default() -> PersonOrganizationsReturns the "default value" for a type. Read more
impl Clone for PersonOrganizations[src]
impl Clone for PersonOrganizationsfn clone(&self) -> PersonOrganizations[src]
fn clone(&self) -> PersonOrganizationsReturns 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)Performs copy-assignment from source. Read more
impl Debug for PersonOrganizations[src]
impl Debug for PersonOrganizationsfn 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 PersonOrganizations[src]
impl NestedType for PersonOrganizationsimpl Part for PersonOrganizations[src]
impl Part for PersonOrganizationsAuto Trait Implementations
impl Send for PersonOrganizations
impl Send for PersonOrganizationsimpl Sync for PersonOrganizations
impl Sync for PersonOrganizations