pub struct MultiObjectDeleteResult {
pub deleted: Vec<MultiObjectDeleted>,
pub errors: Vec<MultiObjectDeleteError>,
}Fields§
§deleted: Vec<MultiObjectDeleted>§errors: Vec<MultiObjectDeleteError>Trait Implementations§
Source§impl Clone for MultiObjectDeleteResult
impl Clone for MultiObjectDeleteResult
Source§fn clone(&self) -> MultiObjectDeleteResult
fn clone(&self) -> MultiObjectDeleteResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MultiObjectDeleteResult
impl Debug for MultiObjectDeleteResult
Source§impl PartialEq for MultiObjectDeleteResult
impl PartialEq for MultiObjectDeleteResult
Source§fn eq(&self, other: &MultiObjectDeleteResult) -> bool
fn eq(&self, other: &MultiObjectDeleteResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MultiObjectDeleteResult
impl StructuralPartialEq for MultiObjectDeleteResult
Auto Trait Implementations§
impl Freeze for MultiObjectDeleteResult
impl RefUnwindSafe for MultiObjectDeleteResult
impl Send for MultiObjectDeleteResult
impl Sync for MultiObjectDeleteResult
impl Unpin for MultiObjectDeleteResult
impl UnsafeUnpin for MultiObjectDeleteResult
impl UnwindSafe for MultiObjectDeleteResult
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