Struct google_people1::Skill [] [src]

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

A skill that the person has.

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

Fields

The skill; for example, underwater basket weaving.

Metadata about the skill.

Trait Implementations

impl Default for Skill
[src]

[src]

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

impl Clone for Skill
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Skill
[src]

[src]

Formats the value using the given formatter.

impl Part for Skill
[src]