Enum dropbox_sdk::users_common::AccountType [−][src]
pub enum AccountType {
Basic,
Pro,
Business,
}This is supported on crate feature
dbx_users_common only.Expand description
What type of account this user has.
Variants
The basic account type.
The Dropbox Pro account type.
The Dropbox Business account type.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountTypeimpl Send for AccountTypeimpl Sync for AccountTypeimpl Unpin for AccountTypeimpl UnwindSafe for AccountTypeBlanket Implementations
Mutably borrows from an owned value. Read more