pub struct MultiObjectDeleteError {
pub key: String,
pub version_id: Option<String>,
pub code: String,
pub message: String,
}Fields§
§key: String§version_id: Option<String>§code: String§message: StringTrait Implementations§
Source§impl Clone for MultiObjectDeleteError
impl Clone for MultiObjectDeleteError
Source§fn clone(&self) -> MultiObjectDeleteError
fn clone(&self) -> MultiObjectDeleteError
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 moreSource§impl Debug for MultiObjectDeleteError
impl Debug for MultiObjectDeleteError
Source§impl PartialEq for MultiObjectDeleteError
impl PartialEq for MultiObjectDeleteError
Source§fn eq(&self, other: &MultiObjectDeleteError) -> bool
fn eq(&self, other: &MultiObjectDeleteError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MultiObjectDeleteError
impl StructuralPartialEq for MultiObjectDeleteError
Auto Trait Implementations§
impl Freeze for MultiObjectDeleteError
impl RefUnwindSafe for MultiObjectDeleteError
impl Send for MultiObjectDeleteError
impl Sync for MultiObjectDeleteError
impl Unpin for MultiObjectDeleteError
impl UnsafeUnpin for MultiObjectDeleteError
impl UnwindSafe for MultiObjectDeleteError
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