[][src]Struct gcp_client::google::cloud::talent::v4beta1::PersonName

pub struct PersonName {
    pub preferred_name: String,
    pub person_name: Option<PersonName>,
}

Resource that represents the name of a person.

Fields

preferred_name: String

Preferred name for the person. This field is ignored if [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name] is provided.

Number of characters allowed is 100.

person_name: Option<PersonName>

The name of a person. It can be one of [formatted_name][google.cloud.talent.v4beta1.PersonName.formatted_name] or [structured_name][google.cloud.talent.v4beta1.PersonName.structured_name].

Trait Implementations

impl Clone for PersonName[src]

impl Debug for PersonName[src]

impl Default for PersonName[src]

impl Message for PersonName[src]

impl PartialEq<PersonName> for PersonName[src]

impl StructuralPartialEq for PersonName[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> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]