pub struct DeleteObjectResult;Expand description
A “placeholder” struct for adding more fields in the future
Auto Trait Implementations§
impl Freeze for DeleteObjectResult
impl RefUnwindSafe for DeleteObjectResult
impl Send for DeleteObjectResult
impl Sync for DeleteObjectResult
impl Unpin for DeleteObjectResult
impl UnsafeUnpin for DeleteObjectResult
impl UnwindSafe for DeleteObjectResult
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