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