pub struct DeleteObjectOption {}Auto Trait Implementations§
impl Freeze for DeleteObjectOption
impl RefUnwindSafe for DeleteObjectOption
impl Send for DeleteObjectOption
impl Sync for DeleteObjectOption
impl Unpin for DeleteObjectOption
impl UnsafeUnpin for DeleteObjectOption
impl UnwindSafe for DeleteObjectOption
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