Struct todoist::SyncResponse [] [src]

pub struct SyncResponse {
    pub sync_token: String,
    pub full_sync: bool,
    pub items: Option<Vec<Item>>,
    pub labels: Option<Vec<Label>>,
    pub projects: Option<Vec<Project>>,
    pub collaborators: Option<Vec<Collaborator>>,
    pub notes: Option<Vec<Note>>,
    pub filters: Option<Vec<Filter>>,
    pub live_notifications: Option<Vec<LiveNotification>>,
    pub reminders: Option<Vec<Reminder>>,
    pub user: Option<User>,
}

Fields

Trait Implementations

impl Default for SyncResponse
[src]

[src]

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

impl Debug for SyncResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SyncResponse

impl Sync for SyncResponse