Struct aws_sdk_ec2::model::UserBucketDetails
source · [−]#[non_exhaustive]pub struct UserBucketDetails { /* private fields */ }
Expand description
Describes the Amazon S3 bucket for the disk image.
Implementations
sourceimpl UserBucketDetails
impl UserBucketDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserBucketDetails
.
Trait Implementations
sourceimpl Clone for UserBucketDetails
impl Clone for UserBucketDetails
sourcefn clone(&self) -> UserBucketDetails
fn clone(&self) -> UserBucketDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UserBucketDetails
impl Debug for UserBucketDetails
sourceimpl PartialEq<UserBucketDetails> for UserBucketDetails
impl PartialEq<UserBucketDetails> for UserBucketDetails
sourcefn eq(&self, other: &UserBucketDetails) -> bool
fn eq(&self, other: &UserBucketDetails) -> bool
impl StructuralPartialEq for UserBucketDetails
Auto Trait Implementations
impl RefUnwindSafe for UserBucketDetails
impl Send for UserBucketDetails
impl Sync for UserBucketDetails
impl Unpin for UserBucketDetails
impl UnwindSafe for UserBucketDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more