Struct google_people1::FieldMetadata [] [src]

pub struct FieldMetadata {
    pub source: Option<Source>,
    pub verified: Option<bool>,
    pub primary: Option<bool>,
}

Metadata about a field.

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

Fields

The source of the field.

True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.

True if the field is the primary field; false if the field is a secondary field.

Trait Implementations

impl Default for FieldMetadata
[src]

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

impl Clone for FieldMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FieldMetadata
[src]

Formats the value using the given formatter.

impl Part for FieldMetadata
[src]