pub struct DeleteObject<'a> { /* private fields */ }Expand description
Delete an object from S3, using a DELETE request.
Find out more about DeleteObject from the AWS API Reference
Implementations§
Source§impl<'a> DeleteObject<'a>
impl<'a> DeleteObject<'a>
Trait Implementations§
Source§impl<'a> Clone for DeleteObject<'a>
impl<'a> Clone for DeleteObject<'a>
Source§fn clone(&self) -> DeleteObject<'a>
fn clone(&self) -> DeleteObject<'a>
Returns a duplicate 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<'a> Debug for DeleteObject<'a>
impl<'a> Debug for DeleteObject<'a>
Source§impl<'a> S3Action<'a> for DeleteObject<'a>
impl<'a> S3Action<'a> for DeleteObject<'a>
const METHOD: Method = Method::Delete
Source§fn query_mut(&mut self) -> &mut Map<'a>
fn query_mut(&mut self) -> &mut Map<'a>
Get a mutable reference to the query string of this action
Source§fn headers_mut(&mut self) -> &mut Map<'a>
fn headers_mut(&mut self) -> &mut Map<'a>
Get a mutable reference to the signed headers of this action Read more
Auto Trait Implementations§
impl<'a> Freeze for DeleteObject<'a>
impl<'a> RefUnwindSafe for DeleteObject<'a>
impl<'a> Send for DeleteObject<'a>
impl<'a> Sync for DeleteObject<'a>
impl<'a> Unpin for DeleteObject<'a>
impl<'a> UnwindSafe for DeleteObject<'a>
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