pub struct CreateBucketConfiguration {
pub bucket: Option<BucketInfo>,
pub location: Option<LocationInfo>,
pub location_constraint: Option<BucketLocationConstraint>,
}Fields§
§bucket: Option<BucketInfo>§location: Option<LocationInfo>§location_constraint: Option<BucketLocationConstraint>Auto Trait Implementations§
impl Freeze for CreateBucketConfiguration
impl RefUnwindSafe for CreateBucketConfiguration
impl Send for CreateBucketConfiguration
impl Sync for CreateBucketConfiguration
impl Unpin for CreateBucketConfiguration
impl UnsafeUnpin for CreateBucketConfiguration
impl UnwindSafe for CreateBucketConfiguration
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