pub struct DeleteObjectsOutput {
pub deleted: Vec<DeletedObject>,
pub errors: Vec<DeleteObjectsError>,
}Fields§
§deleted: Vec<DeletedObject>§errors: Vec<DeleteObjectsError>Trait Implementations§
Source§impl Clone for DeleteObjectsOutput
impl Clone for DeleteObjectsOutput
Source§fn clone(&self) -> DeleteObjectsOutput
fn clone(&self) -> DeleteObjectsOutput
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 moreAuto Trait Implementations§
impl Freeze for DeleteObjectsOutput
impl RefUnwindSafe for DeleteObjectsOutput
impl Send for DeleteObjectsOutput
impl Sync for DeleteObjectsOutput
impl Unpin for DeleteObjectsOutput
impl UnsafeUnpin for DeleteObjectsOutput
impl UnwindSafe for DeleteObjectsOutput
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