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