pub type PbGetDdlProgressResponse = GetDdlProgressResponse;Aliased Type§
pub struct PbGetDdlProgressResponse {
pub ddl_progress: Vec<DdlProgress>,
}Fields§
§ddl_progress: Vec<DdlProgress>pub type PbGetDdlProgressResponse = GetDdlProgressResponse;pub struct PbGetDdlProgressResponse {
pub ddl_progress: Vec<DdlProgress>,
}ddl_progress: Vec<DdlProgress>