pub struct DeleteObjectsError {
pub key: Option<String>,
pub code: Option<String>,
pub message: Option<String>,
}Fields§
§key: Option<String>§code: Option<String>§message: Option<String>Trait Implementations§
Source§impl Clone for DeleteObjectsError
impl Clone for DeleteObjectsError
Source§fn clone(&self) -> DeleteObjectsError
fn clone(&self) -> DeleteObjectsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DeleteObjectsError
impl RefUnwindSafe for DeleteObjectsError
impl Send for DeleteObjectsError
impl Sync for DeleteObjectsError
impl Unpin for DeleteObjectsError
impl UnsafeUnpin for DeleteObjectsError
impl UnwindSafe for DeleteObjectsError
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