Enum dropbox_sdk::files::CreateFolderBatchResultEntry [−][src]
pub enum CreateFolderBatchResultEntry {
Success(CreateFolderEntryResult),
Failure(CreateFolderEntryError),
}
This is supported on crate feature
dbx_files
only.Variants
Success(CreateFolderEntryResult)
Tuple Fields of Success
Failure(CreateFolderEntryError)
Tuple Fields of Failure
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateFolderBatchResultEntry
impl Sync for CreateFolderBatchResultEntry
impl Unpin for CreateFolderBatchResultEntry
impl UnwindSafe for CreateFolderBatchResultEntry
Blanket Implementations
Mutably borrows from an owned value. Read more