Enum dropbox_sdk::users_common::AccountType
source · [−]pub enum AccountType {
Basic,
Pro,
Business,
}Available on crate feature
dbx_users_common only.Expand description
What type of account this user has.
Variants
Basic
The basic account type.
Pro
The Dropbox Pro account type.
Business
The Dropbox Business account type.
Trait Implementations
sourceimpl Clone for AccountType
impl Clone for AccountType
sourcefn clone(&self) -> AccountType
fn clone(&self) -> AccountType
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 AccountType
impl Debug for AccountType
sourceimpl<'de> Deserialize<'de> for AccountType
impl<'de> Deserialize<'de> for AccountType
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 PartialEq<AccountType> for AccountType
impl PartialEq<AccountType> for AccountType
sourceimpl Serialize for AccountType
impl Serialize for AccountType
impl Eq for AccountType
impl StructuralEq for AccountType
impl StructuralPartialEq for AccountType
Auto Trait Implementations
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnwindSafe for AccountType
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