pub struct GetBucketWormParams { /* private fields */ }Trait Implementations§
Source§impl Clone for GetBucketWormParams
impl Clone for GetBucketWormParams
Source§fn clone(&self) -> GetBucketWormParams
fn clone(&self) -> GetBucketWormParams
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 GetBucketWormParams
impl Debug for GetBucketWormParams
Source§impl Default for GetBucketWormParams
impl Default for GetBucketWormParams
Source§fn default() -> GetBucketWormParams
fn default() -> GetBucketWormParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketWormParams
impl RefUnwindSafe for GetBucketWormParams
impl Send for GetBucketWormParams
impl Sync for GetBucketWormParams
impl Unpin for GetBucketWormParams
impl UnsafeUnpin for GetBucketWormParams
impl UnwindSafe for GetBucketWormParams
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