Struct aws_sdk_s3::types::Bucket
source · #[non_exhaustive]pub struct Bucket { /* private fields */ }
Expand description
In terms of implementation, a Bucket is a resource. An Amazon S3 bucket name is globally unique, and the namespace is shared by all Amazon Web Services accounts.
Implementations§
Trait Implementations§
source§impl PartialEq<Bucket> for Bucket
impl PartialEq<Bucket> for Bucket
impl StructuralPartialEq for Bucket
Auto Trait Implementations§
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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