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