Searched defs:TypeSlice (Results 1 – 8 of 8) sorted by relevance
642 impl Parse for TypeSlice { implementation1080 impl ToTokens for TypeSlice { implementation
1988 impl Eq for TypeSlice {} implementation1991 impl PartialEq for TypeSlice { implementation
2049 impl Clone for TypeSlice { implementation
2624 impl Hash for TypeSlice { implementation
707 fn visit_type_slice_mut(&mut self, i: &mut TypeSlice) { in visit_type_slice_mut()
710 fn fold_type_slice(&mut self, i: TypeSlice) -> TypeSlice { in fold_type_slice()
2793 impl Debug for TypeSlice { implementation
706 fn visit_type_slice(&mut self, i: &'ast TypeSlice) { in visit_type_slice()