pub type PbGetTableReplacePlanResponse = GetTableReplacePlanResponse;
Expand description
Alias for GetTableReplacePlanResponse
.
Aliased Type§
struct PbGetTableReplacePlanResponse {
pub replace_plan: Option<ReplaceTablePlan>,
}
Fields§
§replace_plan: Option<ReplaceTablePlan>