pub struct GoogleFirestoreAdminV1SourceEncryptionOptions { /* private fields */ }Expand description
The configuration options for using the same encryption method as the source.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for GoogleFirestoreAdminV1SourceEncryptionOptions
impl Clone for GoogleFirestoreAdminV1SourceEncryptionOptions
Source§fn clone(&self) -> GoogleFirestoreAdminV1SourceEncryptionOptions
fn clone(&self) -> GoogleFirestoreAdminV1SourceEncryptionOptions
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 GoogleFirestoreAdminV1SourceEncryptionOptions
impl Default for GoogleFirestoreAdminV1SourceEncryptionOptions
Source§fn default() -> GoogleFirestoreAdminV1SourceEncryptionOptions
fn default() -> GoogleFirestoreAdminV1SourceEncryptionOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1SourceEncryptionOptions
impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1SourceEncryptionOptions
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 GoogleFirestoreAdminV1SourceEncryptionOptions
Auto Trait Implementations§
impl Freeze for GoogleFirestoreAdminV1SourceEncryptionOptions
impl RefUnwindSafe for GoogleFirestoreAdminV1SourceEncryptionOptions
impl Send for GoogleFirestoreAdminV1SourceEncryptionOptions
impl Sync for GoogleFirestoreAdminV1SourceEncryptionOptions
impl Unpin for GoogleFirestoreAdminV1SourceEncryptionOptions
impl UnwindSafe for GoogleFirestoreAdminV1SourceEncryptionOptions
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