Enum redmine_api::api::users::MailNotificationOptions
source · [−]pub enum MailNotificationOptions {
All,
Selected,
OnlyMyEvents,
OnlyAssigned,
OnlyOwner,
NoMailNotifications,
}
Expand description
Possible values for mail notification options for a user
Variants
All
Get notified by all events (visible to user)
Selected
This allows to be notified only by selected projects, not sure if those can be selected via the API
OnlyMyEvents
Only get notifications for events caused by the user’s own actions
OnlyAssigned
Only get notifications for events in issues assigned to the user
OnlyOwner
Only get notifications for events in issues owned by the user
NoMailNotifications
Do not get any notifications
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MailNotificationOptions
impl Send for MailNotificationOptions
impl Sync for MailNotificationOptions
impl Unpin for MailNotificationOptions
impl UnwindSafe for MailNotificationOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more