Enum dropbox_sdk::paper::DocSubscriptionLevel
source · [−]pub enum DocSubscriptionLevel {
Default,
Ignore,
Every,
NoEmail,
}Available on crate feature
dbx_paper only.Expand description
The subscription level of a Paper doc.
Variants
Default
No change email messages unless you’re the creator.
Ignore
Ignored: Not shown in pad lists or activity and no email message is sent.
Every
Subscribed: Shown in pad lists and activity and change email messages are sent.
NoEmail
Unsubscribed: Shown in pad lists, but not in activity and no change email messages are sent.
Trait Implementations
sourceimpl Clone for DocSubscriptionLevel
impl Clone for DocSubscriptionLevel
sourcefn clone(&self) -> DocSubscriptionLevel
fn clone(&self) -> DocSubscriptionLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DocSubscriptionLevel
impl Debug for DocSubscriptionLevel
sourceimpl<'de> Deserialize<'de> for DocSubscriptionLevel
impl<'de> Deserialize<'de> for DocSubscriptionLevel
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for DocSubscriptionLevel
impl Serialize for DocSubscriptionLevel
impl Eq for DocSubscriptionLevel
impl StructuralEq for DocSubscriptionLevel
impl StructuralPartialEq for DocSubscriptionLevel
Auto Trait Implementations
impl RefUnwindSafe for DocSubscriptionLevel
impl Send for DocSubscriptionLevel
impl Sync for DocSubscriptionLevel
impl Unpin for DocSubscriptionLevel
impl UnwindSafe for DocSubscriptionLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more