Searched defs:Type (Results 1 – 5 of 5) sorted by relevance
14 impl fmt::Display for Type { implementation143 pub fn option_type(&self) -> Type { in option_type()175 pub fn set_option_type(&mut self, value: Type) { in set_option_type()
37 impl fmt::Display for Type { implementation208 pub fn routing_type(&self) -> Type { in routing_type()290 pub fn set_routing_type(&mut self, value: Type) { in set_routing_type()
27 impl fmt::Display for Type { implementation203 pub fn option_type(&self) -> Type { in option_type()287 pub fn set_option_type(&mut self, value: Type) { in set_option_type()
336 pub fn parse(type_: Type, data: &'a [u8]) -> Result<RecordData<'a>> { in parse()
202 query_type: Type, in start_query()260 query_type: Type, in start_query_raw()