Enum todoist::ResourceType [] [src]

pub enum ResourceType {
    All,
    Labels,
    Projects,
    Items,
    Notes,
    Filters,
    Reminders,
    Locations,
    User,
    LiveNotifications,
    Collaborators,
    NotificationSettings,
}

Variants

Trait Implementations

impl Debug for ResourceType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResourceType

impl Sync for ResourceType