Struct google_coordinate1::Team [] [src]

pub struct Team {
    pub kind: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

A Coordinate team.

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

Fields

Identifies this object as a team.

Team id, as found in a coordinate team url e.g. https://coordinate.google.com/f/xyz where "xyz" is the team id.

Team name

Trait Implementations

impl Default for Team
[src]

[src]

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

impl Clone for Team
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Team
[src]

[src]

Formats the value using the given formatter.

impl Part for Team
[src]