Searched defs:TypeSlice (Results 1 – 9 of 9) sorted by relevance
131 fn type_slice(&mut self, ty: &TypeSlice) { in type_slice()
570 impl Parse for TypeSlice { implementation1003 impl ToTokens for TypeSlice { implementation
2819 impl Debug for TypeSlice { implementation2821 impl TypeSlice { in fmt() implementation
1966 impl Eq for TypeSlice {} implementation1969 impl PartialEq for TypeSlice { implementation
2017 impl Clone for TypeSlice { implementation
2592 impl Hash for TypeSlice { implementation
692 fn visit_type_slice_mut(&mut self, i: &mut TypeSlice) { in visit_type_slice_mut()
695 fn fold_type_slice(&mut self, i: TypeSlice) -> TypeSlice { in fold_type_slice()
691 fn visit_type_slice(&mut self, i: &'ast TypeSlice) { in visit_type_slice()