Enum todoist_rs::resource::NotificationService [] [src]

pub enum NotificationService {
    Email,
    Mobile,
    Push,
    None,
}

How a user will be notified about a reminder

Variants

Trait Implementations

impl Debug for NotificationService
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for NotificationService
[src]

[src]

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

Auto Trait Implementations