Enum dropbox_sdk::files::MoveIntoVaultError [−][src]
#[non_exhaustive]
pub enum MoveIntoVaultError {
IsSharedFolder,
Other,
}
This is supported on crate feature
dbx_files
only.Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
IsSharedFolder
Moving shared folder into Vault is not allowed.
Other
Catch-all used for unrecognized values returned from the server. Encountering this value typically indicates that this SDK version is out of date.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MoveIntoVaultError
impl Send for MoveIntoVaultError
impl Sync for MoveIntoVaultError
impl Unpin for MoveIntoVaultError
impl UnwindSafe for MoveIntoVaultError
Blanket Implementations
Mutably borrows from an owned value. Read more