pub struct DeletedObject {
pub delete_marker: Option<bool>,
pub delete_marker_version_id: Option<String>,
pub key: Option<String>,
pub version_id: Option<String>,
}Expand description
S3 DeletedObject.
Fields§
§delete_marker: Option<bool>§delete_marker_version_id: Option<String>§key: Option<String>§version_id: Option<String>Trait Implementations§
Source§impl Clone for DeletedObject
impl Clone for DeletedObject
Source§fn clone(&self) -> DeletedObject
fn clone(&self) -> DeletedObject
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 Debug for DeletedObject
impl Debug for DeletedObject
Source§impl Default for DeletedObject
impl Default for DeletedObject
Source§fn default() -> DeletedObject
fn default() -> DeletedObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeletedObject
impl RefUnwindSafe for DeletedObject
impl Send for DeletedObject
impl Sync for DeletedObject
impl Unpin for DeletedObject
impl UnsafeUnpin for DeletedObject
impl UnwindSafe for DeletedObject
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