pub type PbGetServingVnodeMappingsResponse = GetServingVnodeMappingsResponse;Aliased Type§
pub struct PbGetServingVnodeMappingsResponse {
pub fragment_to_table: HashMap<TypedId<5>, u32>,
pub worker_slot_mappings: Vec<FragmentWorkerSlotMapping>,
}Fields§
§fragment_to_table: HashMap<TypedId<5>, u32>§worker_slot_mappings: Vec<FragmentWorkerSlotMapping>