pub struct ListFieldLevelEncryptionConfigsRequest {
pub marker: Option<String>,
pub max_items: Option<String>,
}
Fields§
§marker: Option<String>
Use this when paginating results to indicate where to begin in your list of configurations. The results include configurations in the list that occur after the marker. To get the next page of results, set the Marker
to the value of the NextMarker
from the current page's response (which is also the ID of the last configuration on that page).
max_items: Option<String>
The maximum number of field-level encryption configurations you want in the response body.
Trait Implementations§
Source§impl Clone for ListFieldLevelEncryptionConfigsRequest
impl Clone for ListFieldLevelEncryptionConfigsRequest
Source§fn clone(&self) -> ListFieldLevelEncryptionConfigsRequest
fn clone(&self) -> ListFieldLevelEncryptionConfigsRequest
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 ListFieldLevelEncryptionConfigsRequest
impl Default for ListFieldLevelEncryptionConfigsRequest
Source§fn default() -> ListFieldLevelEncryptionConfigsRequest
fn default() -> ListFieldLevelEncryptionConfigsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListFieldLevelEncryptionConfigsRequest
impl PartialEq for ListFieldLevelEncryptionConfigsRequest
Source§fn eq(&self, other: &ListFieldLevelEncryptionConfigsRequest) -> bool
fn eq(&self, other: &ListFieldLevelEncryptionConfigsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListFieldLevelEncryptionConfigsRequest
Auto Trait Implementations§
impl Freeze for ListFieldLevelEncryptionConfigsRequest
impl RefUnwindSafe for ListFieldLevelEncryptionConfigsRequest
impl Send for ListFieldLevelEncryptionConfigsRequest
impl Sync for ListFieldLevelEncryptionConfigsRequest
impl Unpin for ListFieldLevelEncryptionConfigsRequest
impl UnwindSafe for ListFieldLevelEncryptionConfigsRequest
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