Enum dropbox_sdk::paper::FolderSubscriptionLevel
source · [−]pub enum FolderSubscriptionLevel {
None,
ActivityOnly,
DailyEmails,
WeeklyEmails,
}Available on crate feature
dbx_paper only.Expand description
The subscription level of a Paper folder.
Variants
None
Not shown in activity, no email messages.
ActivityOnly
Shown in activity, no email messages.
DailyEmails
Shown in activity, daily email messages.
WeeklyEmails
Shown in activity, weekly email messages.
Trait Implementations
sourceimpl Clone for FolderSubscriptionLevel
impl Clone for FolderSubscriptionLevel
sourcefn clone(&self) -> FolderSubscriptionLevel
fn clone(&self) -> FolderSubscriptionLevel
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 FolderSubscriptionLevel
impl Debug for FolderSubscriptionLevel
sourceimpl<'de> Deserialize<'de> for FolderSubscriptionLevel
impl<'de> Deserialize<'de> for FolderSubscriptionLevel
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 FolderSubscriptionLevel
impl Serialize for FolderSubscriptionLevel
impl Eq for FolderSubscriptionLevel
impl StructuralEq for FolderSubscriptionLevel
impl StructuralPartialEq for FolderSubscriptionLevel
Auto Trait Implementations
impl RefUnwindSafe for FolderSubscriptionLevel
impl Send for FolderSubscriptionLevel
impl Sync for FolderSubscriptionLevel
impl Unpin for FolderSubscriptionLevel
impl UnwindSafe for FolderSubscriptionLevel
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