Enum dropbox_sdk::paper::FolderSubscriptionLevel [−][src]
pub enum FolderSubscriptionLevel {
None,
ActivityOnly,
DailyEmails,
WeeklyEmails,
}This is supported on crate feature
dbx_paper only.Expand description
The subscription level of a Paper folder.
Variants
Not shown in activity, no email messages.
Shown in activity, no email messages.
Shown in activity, daily email messages.
Shown in activity, weekly email messages.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FolderSubscriptionLevelimpl Send for FolderSubscriptionLevelimpl Sync for FolderSubscriptionLevelimpl Unpin for FolderSubscriptionLevelimpl UnwindSafe for FolderSubscriptionLevelBlanket Implementations
Mutably borrows from an owned value. Read more