Struct aws_sdk_cloudfront::operation::get_field_level_encryption::GetFieldLevelEncryptionInput
source · #[non_exhaustive]pub struct GetFieldLevelEncryptionInput { /* private fields */ }Implementations§
source§impl GetFieldLevelEncryptionInput
impl GetFieldLevelEncryptionInput
sourcepub fn builder() -> GetFieldLevelEncryptionInputBuilder
pub fn builder() -> GetFieldLevelEncryptionInputBuilder
Creates a new builder-style object to manufacture GetFieldLevelEncryptionInput.
source§impl 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>
Trait Implementations§
source§impl Clone for GetFieldLevelEncryptionInput
impl Clone for GetFieldLevelEncryptionInput
source§fn clone(&self) -> GetFieldLevelEncryptionInput
fn clone(&self) -> GetFieldLevelEncryptionInput
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 GetFieldLevelEncryptionInput
impl Debug for GetFieldLevelEncryptionInput
source§impl PartialEq<GetFieldLevelEncryptionInput> for GetFieldLevelEncryptionInput
impl PartialEq<GetFieldLevelEncryptionInput> for GetFieldLevelEncryptionInput
source§fn eq(&self, other: &GetFieldLevelEncryptionInput) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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