Struct google_coordinate1::Worker [] [src]

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

A worker in 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 worker.

Worker email address. If a worker has been deleted from your team, the email address will appear as DELETED_USER.

Trait Implementations

impl Default for Worker
[src]

[src]

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

impl Clone for Worker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Worker
[src]

[src]

Formats the value using the given formatter.

impl Part for Worker
[src]