Enum todoist::resource::LiveNotificationType [] [src]

pub enum LiveNotificationType {
    ShareInvitationSent,
    ShareInvitationAccepted,
    ShareInvitationRejected,
    UserRemovedFromProject,
    ItemAssigned,
    ItemCompleted,
    ItemUncompleted,
    NoteAdded,
    BusinessPolicyDisallowedInvitation,
    BusinessPolicyRejectInvitation,
    BusinessTrialWillEnd,
    BusinessPaymentFailed,
    BusinessAccountDisabled,
    BusinessInvitationCreated,
    BusinessInvitationAccepted,
    BusinessInvitationRejected,
}

Variants

Trait Implementations

impl Debug for LiveNotificationType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations