pub struct ListFieldLevelEncryptionConfigsResult {
pub field_level_encryption_list: Option<FieldLevelEncryptionList>,
}
Fields§
§field_level_encryption_list: Option<FieldLevelEncryptionList>
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
Trait Implementations§
Source§impl Clone for ListFieldLevelEncryptionConfigsResult
impl Clone for ListFieldLevelEncryptionConfigsResult
Source§fn clone(&self) -> ListFieldLevelEncryptionConfigsResult
fn clone(&self) -> ListFieldLevelEncryptionConfigsResult
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 Default for ListFieldLevelEncryptionConfigsResult
impl Default for ListFieldLevelEncryptionConfigsResult
Source§fn default() -> ListFieldLevelEncryptionConfigsResult
fn default() -> ListFieldLevelEncryptionConfigsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListFieldLevelEncryptionConfigsResult
impl PartialEq for ListFieldLevelEncryptionConfigsResult
Source§fn eq(&self, other: &ListFieldLevelEncryptionConfigsResult) -> bool
fn eq(&self, other: &ListFieldLevelEncryptionConfigsResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListFieldLevelEncryptionConfigsResult
Auto Trait Implementations§
impl Freeze for ListFieldLevelEncryptionConfigsResult
impl RefUnwindSafe for ListFieldLevelEncryptionConfigsResult
impl Send for ListFieldLevelEncryptionConfigsResult
impl Sync for ListFieldLevelEncryptionConfigsResult
impl Unpin for ListFieldLevelEncryptionConfigsResult
impl UnwindSafe for ListFieldLevelEncryptionConfigsResult
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