pub struct DeleteObjectOptional<'a> {
pub standard_params: StandardQueryParameters<'a>,
pub generation: Option<i64>,
pub conditionals: Conditionals,
pub user_project: Option<&'a str>,
}Fields§
§standard_params: StandardQueryParameters<'a>§generation: Option<i64>If present, permanently deletes a specific revision of this object (as opposed to the latest version, the default).
conditionals: Conditionals§user_project: Option<&'a str>The project to be billed for this request. Required for Requester Pays buckets.
Trait Implementations§
Source§impl<'a> Default for DeleteObjectOptional<'a>
impl<'a> Default for DeleteObjectOptional<'a>
Source§fn default() -> DeleteObjectOptional<'a>
fn default() -> DeleteObjectOptional<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for DeleteObjectOptional<'a>
impl<'a> RefUnwindSafe for DeleteObjectOptional<'a>
impl<'a> Send for DeleteObjectOptional<'a>
impl<'a> Sync for DeleteObjectOptional<'a>
impl<'a> Unpin for DeleteObjectOptional<'a>
impl<'a> UnsafeUnpin for DeleteObjectOptional<'a>
impl<'a> UnwindSafe for DeleteObjectOptional<'a>
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