Enum dropbox_sdk::paper::DocSubscriptionLevel [−][src]
pub enum DocSubscriptionLevel {
Default,
Ignore,
Every,
NoEmail,
}This is supported on crate feature
dbx_paper only.Expand description
The subscription level of a Paper doc.
Variants
No change email messages unless you’re the creator.
Ignored: Not shown in pad lists or activity and no email message is sent.
Subscribed: Shown in pad lists and activity and change email messages are sent.
Unsubscribed: Shown in pad lists, but not in activity and no change email messages are sent.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DocSubscriptionLevelimpl Send for DocSubscriptionLevelimpl Sync for DocSubscriptionLevelimpl Unpin for DocSubscriptionLevelimpl UnwindSafe for DocSubscriptionLevelBlanket Implementations
Mutably borrows from an owned value. Read more