Home
last modified time | relevance | path

Searched refs:TypeSlice (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dty.rs52 Slice(TypeSlice),
197 pub struct TypeSlice { structure names
548 Ok(Type::Slice(TypeSlice {
571 impl Parse for TypeSlice {
574 Ok(TypeSlice { in parse()
1004 impl ToTokens for TypeSlice {
H A Dlib.rs515 TypeSlice, TypeTraitObject, TypeTuple,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs2014 impl Clone for TypeSlice {
2016 TypeSlice { in clone()
H A Dfold.rs851 fn fold_type_slice(&mut self, i: TypeSlice) -> TypeSlice { in fold_type_slice()
3269 pub fn fold_type_slice<F>(f: &mut F, node: TypeSlice) -> TypeSlice in fold_type_slice()
3273 TypeSlice { in fold_type_slice()
H A Deq.rs1963 impl Eq for TypeSlice {}
1966 impl PartialEq for TypeSlice {
H A Ddebug.rs2816 impl Debug for TypeSlice {
2818 impl TypeSlice { in fmt() impls
2826 self.debug(formatter, "TypeSlice") in fmt()
H A Dvisit_mut.rs848 fn visit_type_slice_mut(&mut self, i: &mut TypeSlice) { in visit_type_slice_mut()
3641 pub fn visit_type_slice_mut<V>(v: &mut V, node: &mut TypeSlice) in visit_type_slice_mut()
H A Dhash.rs2589 impl Hash for TypeSlice {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs4427 impl Debug for Lite<syn::TypeSlice> {
4429 let mut formatter = formatter.debug_struct("TypeSlice"); in fmt()

Completed in 32 milliseconds