pub struct GoogleFirestoreAdminV1BackupSource {
pub backup: Option<String>,
}Expand description
Information about a backup that was used to restore a database.
This type is not used in any activity, and only used as part of another schema.
Fields§
§backup: Option<String>The resource name of the backup that was used to restore this database. Format: projects/{project}/locations/{location}/backups/{backup}.
Trait Implementations§
Source§impl Clone for GoogleFirestoreAdminV1BackupSource
impl Clone for GoogleFirestoreAdminV1BackupSource
Source§fn clone(&self) -> GoogleFirestoreAdminV1BackupSource
fn clone(&self) -> GoogleFirestoreAdminV1BackupSource
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 GoogleFirestoreAdminV1BackupSource
impl Default for GoogleFirestoreAdminV1BackupSource
Source§fn default() -> GoogleFirestoreAdminV1BackupSource
fn default() -> GoogleFirestoreAdminV1BackupSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1BackupSource
impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1BackupSource
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 GoogleFirestoreAdminV1BackupSource
Auto Trait Implementations§
impl Freeze for GoogleFirestoreAdminV1BackupSource
impl RefUnwindSafe for GoogleFirestoreAdminV1BackupSource
impl Send for GoogleFirestoreAdminV1BackupSource
impl Sync for GoogleFirestoreAdminV1BackupSource
impl Unpin for GoogleFirestoreAdminV1BackupSource
impl UnwindSafe for GoogleFirestoreAdminV1BackupSource
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