Struct google_people1::RelationshipStatus[][src]

pub struct RelationshipStatus {
    pub formatted_value: Option<String>,
    pub value: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's read-only relationship status.

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

Fields

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

The relationship status. The value can be custom or one of these predefined values:

  • single
  • inARelationship
  • engaged
  • married
  • itsComplicated
  • openRelationship
  • widowed
  • inDomesticPartnership
  • inCivilUnion

Metadata about the relationship status.

Trait Implementations

impl Default for RelationshipStatus
[src]

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

impl Clone for RelationshipStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RelationshipStatus
[src]

Formats the value using the given formatter. Read more

impl Part for RelationshipStatus
[src]

Auto Trait Implementations