Enum todoist_rs::resource::NotificationTrigger [] [src]

pub enum NotificationTrigger {
    OnEnter,
    OnLeave,
}

How a user will be notified about a reminder

Variants

Trait Implementations

impl Debug for NotificationTrigger
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations