pub struct CompleteBucketWormParams { /* private fields */ }Expand description
Query parameters for CompleteBucketWorm.
Implementations§
Trait Implementations§
Source§impl Clone for CompleteBucketWormParams
impl Clone for CompleteBucketWormParams
Source§fn clone(&self) -> CompleteBucketWormParams
fn clone(&self) -> CompleteBucketWormParams
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 CompleteBucketWormParams
impl Debug for CompleteBucketWormParams
Auto Trait Implementations§
impl Freeze for CompleteBucketWormParams
impl RefUnwindSafe for CompleteBucketWormParams
impl Send for CompleteBucketWormParams
impl Sync for CompleteBucketWormParams
impl Unpin for CompleteBucketWormParams
impl UnsafeUnpin for CompleteBucketWormParams
impl UnwindSafe for CompleteBucketWormParams
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