#[non_exhaustive]pub struct FieldLevelEncryptionProfileList { /* private fields */ }
Expand description
List of field-level encryption profiles.
Implementations
sourceimpl FieldLevelEncryptionProfileList
impl FieldLevelEncryptionProfileList
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker
request parameter to continue listing your profiles where you left off.
sourcepub fn max_items(&self) -> Option<i32>
pub fn max_items(&self) -> Option<i32>
The maximum number of field-level encryption profiles you want in the response body.
sourcepub fn items(&self) -> Option<&[FieldLevelEncryptionProfileSummary]>
pub fn items(&self) -> Option<&[FieldLevelEncryptionProfileSummary]>
The field-level encryption profile items.
sourceimpl FieldLevelEncryptionProfileList
impl FieldLevelEncryptionProfileList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldLevelEncryptionProfileList
.
Trait Implementations
sourceimpl Clone for FieldLevelEncryptionProfileList
impl Clone for FieldLevelEncryptionProfileList
sourcefn clone(&self) -> FieldLevelEncryptionProfileList
fn clone(&self) -> FieldLevelEncryptionProfileList
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<FieldLevelEncryptionProfileList> for FieldLevelEncryptionProfileList
impl PartialEq<FieldLevelEncryptionProfileList> for FieldLevelEncryptionProfileList
sourcefn eq(&self, other: &FieldLevelEncryptionProfileList) -> bool
fn eq(&self, other: &FieldLevelEncryptionProfileList) -> bool
impl StructuralPartialEq for FieldLevelEncryptionProfileList
Auto Trait Implementations
impl RefUnwindSafe for FieldLevelEncryptionProfileList
impl Send for FieldLevelEncryptionProfileList
impl Sync for FieldLevelEncryptionProfileList
impl Unpin for FieldLevelEncryptionProfileList
impl UnwindSafe for FieldLevelEncryptionProfileList
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