Enum google_cloud_googleapis::spanner::admin::database::v1::restore_database_metadata::SourceInfo [−][src]
pub enum SourceInfo {
BackupInfo(BackupInfo),
}Expand description
Information about the source used to restore the database, as specified by
source in [RestoreDatabaseRequest][google.spanner.admin.database.v1.RestoreDatabaseRequest].
Variants
BackupInfo(BackupInfo)
Tuple Fields
0: BackupInfoInformation about the backup used to restore the database.
Implementations
pub fn merge<B>(
field: &mut Option<SourceInfo>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SourceInfo
impl Send for SourceInfo
impl Sync for SourceInfo
impl Unpin for SourceInfo
impl UnwindSafe for SourceInfo
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