Searched defs:to_possible_value (Results 1 – 11 of 11) sorted by relevance
15 fn to_possible_value<'a>(&self) -> Option<PossibleValue> { in to_possible_value() method
15 fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>> { in to_possible_value() method
109 fn to_possible_value(&self) -> Option<PossibleValue> { in to_possible_value() method
51 let to_possible_value = gen_to_possible_value(item, &lits); in gen_for_enum() localVariable
61 fn to_possible_value(&self) -> Option<PossibleValue> { in to_possible_value() method
45 fn to_possible_value(&self) -> Option<PossibleValue> { in to_possible_value() method
284 fn to_possible_value(&self) -> Option<PossibleValue>; in to_possible_value() method
499 fn to_possible_value<'a>(&self) -> Option<PossibleValue<'a>>; in to_possible_value() method