Searched defs:TypeSlice (Results 1 – 8 of 8) sorted by relevance
571 impl Parse for TypeSlice { implementation1004 impl ToTokens for TypeSlice { implementation
2816 impl Debug for TypeSlice { implementation2818 impl TypeSlice { in fmt() implementation
1963 impl Eq for TypeSlice {} implementation1966 impl PartialEq for TypeSlice { implementation
2014 impl Clone for TypeSlice { implementation
2589 impl Hash for TypeSlice { implementation
848 fn visit_type_slice_mut(&mut self, i: &mut TypeSlice) { in visit_type_slice_mut()
851 fn fold_type_slice(&mut self, i: TypeSlice) -> TypeSlice { in fold_type_slice()
847 fn visit_type_slice(&mut self, i: &'ast TypeSlice) { in visit_type_slice()