pub struct OpDelete { /* private fields */ }Expand description
Arguments for delete operation.
The path must be normalized.
Implementations§
Source§impl OpDelete
impl OpDelete
Sourcepub fn with_version(self, version: &str) -> Self
pub fn with_version(self, version: &str) -> Self
Set the version of the object to delete.
Sourcepub fn with_recursive(self, recursive: bool) -> Self
pub fn with_recursive(self, recursive: bool) -> Self
Change the recursive flag of this delete operation.
Trait Implementations§
impl Eq for OpDelete
Source§impl From<DeleteOptions> for OpDelete
impl From<DeleteOptions> for OpDelete
Source§fn from(value: DeleteOptions) -> Self
fn from(value: DeleteOptions) -> Self
Converts to this type from the input type.
Source§impl From<OpDelete> for PresignOperation
impl From<OpDelete> for PresignOperation
impl StructuralPartialEq for OpDelete
Auto Trait Implementations§
impl Freeze for OpDelete
impl RefUnwindSafe for OpDelete
impl Send for OpDelete
impl Sync for OpDelete
impl Unpin for OpDelete
impl UnsafeUnpin for OpDelete
impl UnwindSafe for OpDelete
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