Enum dropbox_sdk::files::DeleteBatchResultEntry [−][src]
pub enum DeleteBatchResultEntry {
Success(DeleteBatchResultData),
Failure(DeleteError),
}
This is supported on crate feature
dbx_files
only.Variants
Success(DeleteBatchResultData)
Tuple Fields of Success
Failure(DeleteError)
Tuple Fields of Failure
0: DeleteError
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 RefUnwindSafe for DeleteBatchResultEntry
impl Send for DeleteBatchResultEntry
impl Sync for DeleteBatchResultEntry
impl Unpin for DeleteBatchResultEntry
impl UnwindSafe for DeleteBatchResultEntry
Blanket Implementations
Mutably borrows from an owned value. Read more