pub struct PutBucket {
pub config: PutBucketConfiguration,
pub options: PutBucketOptions,
}Expand description
Put bucket operation
Fields§
§config: PutBucketConfiguration§options: PutBucketOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for PutBucket
impl RefUnwindSafe for PutBucket
impl Send for PutBucket
impl Sync for PutBucket
impl Unpin for PutBucket
impl UnsafeUnpin for PutBucket
impl UnwindSafe for PutBucket
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