Enum google_cloud_googleapis::spanner::admin::database::v1::restore_database_request::Source [−][src]
pub enum Source {
Backup(String),
}Expand description
Required. The source from which to restore.
Variants
Backup(String)
Tuple Fields
0: StringName of the backup from which to restore. Values are of the form
projects/<project>/instances/<instance>/backups/<backup>.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Source
impl UnwindSafe for Source
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more