Struct s3_algo::err::DeleteObjects
source · pub struct DeleteObjects;Expand description
SNAFU context selector for the Error::DeleteObjects variant
Trait Implementations§
source§impl Clone for DeleteObjects
impl Clone for DeleteObjects
source§fn clone(&self) -> DeleteObjects
fn clone(&self) -> DeleteObjects
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 DeleteObjects
impl Debug for DeleteObjects
source§impl IntoError<Error> for DeleteObjects
impl IntoError<Error> for DeleteObjects
impl Copy for DeleteObjects
Auto Trait Implementations§
impl RefUnwindSafe for DeleteObjects
impl Send for DeleteObjects
impl Sync for DeleteObjects
impl Unpin for DeleteObjects
impl UnwindSafe for DeleteObjects
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