pub struct GetFieldLevelEncryptionRequest {
pub id: String,
}
Fields§
§id: String
Request the ID for the field-level encryption configuration information.
Trait Implementations§
Source§impl Clone for GetFieldLevelEncryptionRequest
impl Clone for GetFieldLevelEncryptionRequest
Source§fn clone(&self) -> GetFieldLevelEncryptionRequest
fn clone(&self) -> GetFieldLevelEncryptionRequest
Returns a duplicate 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 GetFieldLevelEncryptionRequest
impl Default for GetFieldLevelEncryptionRequest
Source§fn default() -> GetFieldLevelEncryptionRequest
fn default() -> GetFieldLevelEncryptionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetFieldLevelEncryptionRequest
impl PartialEq for GetFieldLevelEncryptionRequest
Source§fn eq(&self, other: &GetFieldLevelEncryptionRequest) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetFieldLevelEncryptionRequest
Auto Trait Implementations§
impl Freeze for GetFieldLevelEncryptionRequest
impl RefUnwindSafe for GetFieldLevelEncryptionRequest
impl Send for GetFieldLevelEncryptionRequest
impl Sync for GetFieldLevelEncryptionRequest
impl Unpin for GetFieldLevelEncryptionRequest
impl UnwindSafe for GetFieldLevelEncryptionRequest
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