pub struct DeleteObjectResponseHeader {
pub x_oss_delete_marker: Option<bool>,
pub x_oss_version_id: Option<String>,
}Fields§
§x_oss_delete_marker: Option<bool>§x_oss_version_id: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteObjectResponseHeader
impl RefUnwindSafe for DeleteObjectResponseHeader
impl Send for DeleteObjectResponseHeader
impl Sync for DeleteObjectResponseHeader
impl Unpin for DeleteObjectResponseHeader
impl UnsafeUnpin for DeleteObjectResponseHeader
impl UnwindSafe for DeleteObjectResponseHeader
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