Home
last modified time | relevance | path

Searched defs:Label (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs2684 impl Parse for Label { implementation
4137 impl ToTokens for Label { implementation
/linux/rust/syn/gen/
H A Deq.rs1311 impl Eq for crate::Label {} implementation
1314 impl PartialEq for crate::Label { implementation
H A Dclone.rs1343 impl Clone for crate::Label { implementation
H A Dhash.rs1686 impl Hash for crate::Label { implementation
H A Dvisit_mut.rs547 fn visit_label_mut(&mut self, i: &mut crate::Label) { in visit_label_mut()
H A Dfold.rs576 fn fold_label(&mut self, i: crate::Label) -> crate::Label { in fold_label()
H A Dvisit.rs539 fn visit_label(&mut self, i: &'ast crate::Label) { in visit_label()
H A Ddebug.rs1961 impl Debug for crate::Label { implementation