Struct google_people1::AgeRangeType[][src]

pub struct AgeRangeType {
    pub age_range: Option<String>,
    pub metadata: Option<FieldMetadata>,
}

A person's age range.

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

Fields

The age range.

Metadata about the age range.

Trait Implementations

impl Default for AgeRangeType
[src]

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

impl Clone for AgeRangeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AgeRangeType
[src]

Formats the value using the given formatter. Read more

impl Part for AgeRangeType
[src]

Auto Trait Implementations