Struct google_people1::Birthday[][src]

pub struct Birthday {
    pub date: Option<Date>,
    pub text: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's birthday. At least one of the date and text fields are specified. The date and text fields typically represent the same date, but are not guaranteed to.

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

Fields

The date of the birthday.

A free-form string representing the user's birthday.

Metadata about the birthday.

Trait Implementations

impl Default for Birthday
[src]

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

impl Clone for Birthday
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Birthday
[src]

Formats the value using the given formatter. Read more

impl Part for Birthday
[src]

Auto Trait Implementations

impl Send for Birthday

impl Sync for Birthday