pub struct GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions { /* private fields */ }Expand description
The configuration options for using Google default encryption.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl Clone for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Source§fn clone(&self) -> GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
fn clone(&self) -> GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
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 GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl Default for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Source§fn default() -> GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
fn default() -> GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Auto Trait Implementations§
impl Freeze for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl RefUnwindSafe for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl Send for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl Sync for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl Unpin for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
impl UnwindSafe for GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
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