Enum todoist_rs::resource::NotificationType [] [src]

pub enum NotificationType {
    None,
    Relative,
    Absolute,
    Location,
}

The way a notification is triggered: time (relative or absolute) or location

Variants

Trait Implementations

impl Debug for NotificationType
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for NotificationType
[src]

[src]

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

Auto Trait Implementations