Struct aws_sdk_ec2::model::UserBucket
source · [−]#[non_exhaustive]pub struct UserBucket { /* private fields */ }
Expand description
Describes the Amazon S3 bucket for the disk image.
Implementations
sourceimpl UserBucket
impl UserBucket
sourceimpl UserBucket
impl UserBucket
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserBucket
.
Trait Implementations
sourceimpl Clone for UserBucket
impl Clone for UserBucket
sourcefn clone(&self) -> UserBucket
fn clone(&self) -> UserBucket
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 UserBucket
impl Debug for UserBucket
sourceimpl PartialEq<UserBucket> for UserBucket
impl PartialEq<UserBucket> for UserBucket
sourcefn eq(&self, other: &UserBucket) -> bool
fn eq(&self, other: &UserBucket) -> bool
impl StructuralPartialEq for UserBucket
Auto Trait Implementations
impl RefUnwindSafe for UserBucket
impl Send for UserBucket
impl Sync for UserBucket
impl Unpin for UserBucket
impl UnwindSafe for UserBucket
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