Enum googapis::google::bigtable::admin::v2::restore_info::SourceInfo [−][src]
pub enum SourceInfo {
BackupInfo(BackupInfo),
}Expand description
Information about the source used to restore the table.
Variants
BackupInfo(BackupInfo)Information about the backup used to restore the table. The backup may no longer exist.
Tuple Fields of BackupInfo
0: BackupInfoImplementations
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