Home
last modified time | relevance | path

Searched refs:trait_ (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Ditem.rs182 pub trait_: Option<(Option<Token![!]>, Path, Token![for])>,
2596 let trait_; in parse_impl() localVariable
2610 trait_ = Some((polarity, path, for_token)); in parse_impl()
2620 trait_ = None; in parse_impl()
2629 trait_ = None; in parse_impl()
2644 if has_visibility || is_const_impl || is_impl_for && trait_.is_none() { in parse_impl()
2653 trait_, in parse_impl()
3171 if let Some((polarity, path, for_token)) = &self.trait_ { in to_tokens()
/linux/rust/syn/gen/
H A Dclone.rs1194 trait_: self.trait_.clone(), in clone()
H A Deq.rs1200 && self.trait_ == other.trait_ && self.self_ty == other.self_ty in eq()
H A Dfold.rs2505 trait_: (node.trait_).map(|it| ((it).0, f.fold_path((it).1), (it).2)), in fold_item_impl()
H A Dhash.rs1547 self.trait_.hash(state); in hash()
H A Ddebug.rs1758 formatter.field("trait_", &self.trait_); in debug()
H A Dvisit_mut.rs2416 if let Some(it) = &mut node.trait_ { in visit_item_impl_mut()
H A Dvisit.rs2533 if let Some(it) = &node.trait_ { in visit_item_impl()