Struct aws_sdk_s3control::types::builders::Sses3EncryptionBuilder
source · #[non_exhaustive]pub struct Sses3EncryptionBuilder {}
Expand description
A builder for Sses3Encryption
.
Implementations§
source§impl Sses3EncryptionBuilder
impl Sses3EncryptionBuilder
sourcepub fn build(self) -> Sses3Encryption
pub fn build(self) -> Sses3Encryption
Consumes the builder and constructs a Sses3Encryption
.
Trait Implementations§
source§impl Clone for Sses3EncryptionBuilder
impl Clone for Sses3EncryptionBuilder
source§fn clone(&self) -> Sses3EncryptionBuilder
fn clone(&self) -> Sses3EncryptionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Sses3EncryptionBuilder
impl Debug for Sses3EncryptionBuilder
source§impl Default for Sses3EncryptionBuilder
impl Default for Sses3EncryptionBuilder
source§fn default() -> Sses3EncryptionBuilder
fn default() -> Sses3EncryptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for Sses3EncryptionBuilder
impl PartialEq for Sses3EncryptionBuilder
source§fn eq(&self, other: &Sses3EncryptionBuilder) -> bool
fn eq(&self, other: &Sses3EncryptionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Sses3EncryptionBuilder
Auto Trait Implementations§
impl Freeze for Sses3EncryptionBuilder
impl RefUnwindSafe for Sses3EncryptionBuilder
impl Send for Sses3EncryptionBuilder
impl Sync for Sses3EncryptionBuilder
impl Unpin for Sses3EncryptionBuilder
impl UnwindSafe for Sses3EncryptionBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.