Home
last modified time | relevance | path

Searched refs:ItemConst (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/syn/src/
H A Ditem.rs21 Const(ItemConst),
93 pub struct ItemConst { structure names
313 Item::Const(ItemConst { attrs, .. })
1007 Ok(Item::Const(ItemConst {
1416 impl Parse for ItemConst {
1435 Ok(ItemConst { in parse()
2910 impl ToTokens for ItemConst {
H A Dlib.rs406 ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs454 fn visit_item_const(&mut self, i: &'ast ItemConst) { in visit_item_const()
2379 pub fn visit_item_const<'ast, V>(v: &mut V, node: &'ast ItemConst) in visit_item_const()
H A Dclone.rs1074 impl Clone for ItemConst {
1076 ItemConst { in clone()
H A Dfold.rs455 fn fold_item_const(&mut self, i: ItemConst) -> ItemConst { in fold_item_const()
2144 pub fn fold_item_const<F>(f: &mut F, node: ItemConst) -> ItemConst in fold_item_const()
2148 ItemConst { in fold_item_const()
H A Deq.rs1053 impl Eq for ItemConst {}
1056 impl PartialEq for ItemConst {
H A Ddebug.rs1548 impl Debug for ItemConst {
1550 impl ItemConst { in fmt() impls
1566 self.debug(formatter, "ItemConst") in fmt()
H A Dvisit_mut.rs455 fn visit_item_const_mut(&mut self, i: &mut ItemConst) { in visit_item_const_mut()
2382 pub fn visit_item_const_mut<V>(v: &mut V, node: &mut ItemConst) in visit_item_const_mut()
H A Dhash.rs1434 impl Hash for ItemConst {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs2519 impl Debug for Lite<syn::ItemConst> {
2521 let mut formatter = formatter.debug_struct("ItemConst"); in fmt()

Completed in 59 milliseconds