Enum dropbox_sdk::files::DeleteBatchResultEntry
source · pub enum DeleteBatchResultEntry {
Success(DeleteBatchResultData),
Failure(DeleteError),
}
Available on crate feature
dbx_files
only.Variants§
Success(DeleteBatchResultData)
Failure(DeleteError)
Trait Implementations§
source§impl Clone for DeleteBatchResultEntry
impl Clone for DeleteBatchResultEntry
source§fn clone(&self) -> DeleteBatchResultEntry
fn clone(&self) -> DeleteBatchResultEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeleteBatchResultEntry
impl Debug for DeleteBatchResultEntry
source§impl<'de> Deserialize<'de> for DeleteBatchResultEntry
impl<'de> Deserialize<'de> for DeleteBatchResultEntry
source§fn 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
source§impl PartialEq<DeleteBatchResultEntry> for DeleteBatchResultEntry
impl PartialEq<DeleteBatchResultEntry> for DeleteBatchResultEntry
source§fn eq(&self, other: &DeleteBatchResultEntry) -> bool
fn eq(&self, other: &DeleteBatchResultEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DeleteBatchResultEntry
impl Serialize for DeleteBatchResultEntry
impl StructuralPartialEq for DeleteBatchResultEntry
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more