[][src]Struct google_people1::RelationshipStatus

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

DEPRECATED: No data will be returned A person's relationship status.

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

Fields

formatted_value: Option<String>

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

value: Option<String>

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

  • single
  • inARelationship
  • engaged
  • married
  • itsComplicated
  • openRelationship
  • widowed
  • inDomesticPartnership
  • inCivilUnion
metadata: Option<FieldMetadata>

Metadata about the relationship status.

Trait Implementations

impl Clone for RelationshipStatus[src]

impl Debug for RelationshipStatus[src]

impl Default for RelationshipStatus[src]

impl<'de> Deserialize<'de> for RelationshipStatus[src]

impl Part for RelationshipStatus[src]

impl Serialize for RelationshipStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any