Struct todoist_rs::resource::Collaborator [] [src]

pub struct Collaborator {
    pub id: ID,
    pub email: String,
    pub timezone: String,
    pub image_id: String,
}

A Todoist Collaborator

Fields

the user ID of the collaborator

the collaborator's email

the collaborator's timezone,

the collaborator's avatar

Trait Implementations

impl Default for Collaborator
[src]

[src]

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

impl Debug for Collaborator
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Collaborator

impl Sync for Collaborator