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