pub struct HttpAnswers {
pub default: DefaultAnswers,
pub custom: HashMap<ClusterId, CustomAnswers>,
}
Fields§
§default: DefaultAnswers
§custom: HashMap<ClusterId, CustomAnswers>
pub struct HttpAnswers {
pub default: DefaultAnswers,
pub custom: HashMap<ClusterId, CustomAnswers>,
}
default: DefaultAnswers
§custom: HashMap<ClusterId, CustomAnswers>