Searched defs:CandidateType (Results 1 – 4 of 4) sorted by relevance
72 fn candidate_type(&self) -> CandidateType; in candidate_type()91 pub enum CandidateType { enum105 impl fmt::Display for CandidateType { implementation118 impl Default for CandidateType { implementation124 impl CandidateType { impl143 candidate_type: CandidateType, in contains_candidate_type()144 candidate_type_list: &[CandidateType], in contains_candidate_type()
200 fn candidate_type(&self) -> CandidateType { in candidate_type()
72 pub(crate) fn new(mut candidate_type: CandidateType, ips: &[String]) -> Result<Option<Self>> { in new()
218 candidate_types: &[CandidateType], in init_ext_ip_mapping()