pub struct OpDelete { /* private fields */ }Expand description
Args 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
Change the version of this delete operation.
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§
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 Eq for OpDelete
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.