#[non_exhaustive]pub struct GetFieldLevelEncryptionConfigInput { /* private fields */ }
Implementations
sourceimpl GetFieldLevelEncryptionConfigInput
impl GetFieldLevelEncryptionConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFieldLevelEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFieldLevelEncryptionConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFieldLevelEncryptionConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFieldLevelEncryptionConfigInput
.
Trait Implementations
sourceimpl Clone for GetFieldLevelEncryptionConfigInput
impl Clone for GetFieldLevelEncryptionConfigInput
sourcefn clone(&self) -> GetFieldLevelEncryptionConfigInput
fn clone(&self) -> GetFieldLevelEncryptionConfigInput
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 PartialEq<GetFieldLevelEncryptionConfigInput> for GetFieldLevelEncryptionConfigInput
impl PartialEq<GetFieldLevelEncryptionConfigInput> for GetFieldLevelEncryptionConfigInput
sourcefn eq(&self, other: &GetFieldLevelEncryptionConfigInput) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionConfigInput) -> bool
impl StructuralPartialEq for GetFieldLevelEncryptionConfigInput
Auto Trait Implementations
impl RefUnwindSafe for GetFieldLevelEncryptionConfigInput
impl Send for GetFieldLevelEncryptionConfigInput
impl Sync for GetFieldLevelEncryptionConfigInput
impl Unpin for GetFieldLevelEncryptionConfigInput
impl UnwindSafe for GetFieldLevelEncryptionConfigInput
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