blob: 3ebce172a290a028b82998ce18a85f6840eae3e2 [file] [log] [blame] [edit]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `AstIdNode` trait in crate `span`."><title>AstIdNode in span - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-aa0817cf.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="span" data-themes="" data-resource-suffix="" data-rustdoc-version="1.90.0 (1159e78c4 2025-09-14)" data-channel="1.90.0" data-search-js="search-fa3e91e5.js" data-settings-js="settings-5514c975.js" ><script src="../static.files/storage-68b7e25d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-eebb9057.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-32bb7600.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../span/index.html">span</a><span class="version">0.0.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">AstId<wbr>Node</a></h2><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-AstIdNode-for-Adt" title="Adt">Adt</a></li><li><a href="#impl-AstIdNode-for-AnyHasGenericParams" title="AnyHasGenericParams">AnyHasGenericParams</a></li><li><a href="#impl-AstIdNode-for-AsmExpr" title="AsmExpr">AsmExpr</a></li><li><a href="#impl-AstIdNode-for-AssocItem" title="AssocItem">AssocItem</a></li><li><a href="#impl-AstIdNode-for-Const" title="Const">Const</a></li><li><a href="#impl-AstIdNode-for-Enum" title="Enum">Enum</a></li><li><a href="#impl-AstIdNode-for-ExternBlock" title="ExternBlock">ExternBlock</a></li><li><a href="#impl-AstIdNode-for-ExternCrate" title="ExternCrate">ExternCrate</a></li><li><a href="#impl-AstIdNode-for-Fn" title="Fn">Fn</a></li><li><a href="#impl-AstIdNode-for-Impl" title="Impl">Impl</a></li><li><a href="#impl-AstIdNode-for-Item" title="Item">Item</a></li><li><a href="#impl-AstIdNode-for-Macro" title="Macro">Macro</a></li><li><a href="#impl-AstIdNode-for-MacroCall" title="MacroCall">MacroCall</a></li><li><a href="#impl-AstIdNode-for-MacroDef" title="MacroDef">MacroDef</a></li><li><a href="#impl-AstIdNode-for-MacroRules" title="MacroRules">MacroRules</a></li><li><a href="#impl-AstIdNode-for-Module" title="Module">Module</a></li><li><a href="#impl-AstIdNode-for-Static" title="Static">Static</a></li><li><a href="#impl-AstIdNode-for-Struct" title="Struct">Struct</a></li><li><a href="#impl-AstIdNode-for-Trait" title="Trait">Trait</a></li><li><a href="#impl-AstIdNode-for-TypeAlias" title="TypeAlias">TypeAlias</a></li><li><a href="#impl-AstIdNode-for-Union" title="Union">Union</a></li><li><a href="#impl-AstIdNode-for-Use" title="Use">Use</a></li><li><a href="#impl-AstIdNode-for-Variant" title="Variant">Variant</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate span</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="index.html">span</a></div><h1>Trait <span class="trait">AstIdNode</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/span/ast_id.rs.html#236">Source</a> </span></div><pre class="rust item-decl"><code>pub trait AstIdNode: AstNode { }</code></pre><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><section id="impl-AstIdNode-for-Adt" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#443-447">Source</a><a href="#impl-AstIdNode-for-Adt" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Adt</h3></section><section id="impl-AstIdNode-for-AnyHasGenericParams" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#443-447">Source</a><a href="#impl-AstIdNode-for-AnyHasGenericParams" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for AnyHasGenericParams</h3></section><section id="impl-AstIdNode-for-AsmExpr" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#342">Source</a><a href="#impl-AstIdNode-for-AsmExpr" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for AsmExpr</h3></section><section id="impl-AstIdNode-for-AssocItem" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#443-447">Source</a><a href="#impl-AstIdNode-for-AssocItem" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for AssocItem</h3></section><section id="impl-AstIdNode-for-Const" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#528-535">Source</a><a href="#impl-AstIdNode-for-Const" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Const</h3></section><section id="impl-AstIdNode-for-Enum" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Enum" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Enum</h3></section><section id="impl-AstIdNode-for-ExternBlock" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#316">Source</a><a href="#impl-AstIdNode-for-ExternBlock" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for ExternBlock</h3></section><section id="impl-AstIdNode-for-ExternCrate" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-ExternCrate" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for ExternCrate</h3></section><section id="impl-AstIdNode-for-Fn" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#528-535">Source</a><a href="#impl-AstIdNode-for-Fn" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Fn</h3></section><section id="impl-AstIdNode-for-Impl" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#355">Source</a><a href="#impl-AstIdNode-for-Impl" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Impl</h3></section><section id="impl-AstIdNode-for-Item" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#443-447">Source</a><a href="#impl-AstIdNode-for-Item" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Item</h3></section><section id="impl-AstIdNode-for-Macro" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#443-447">Source</a><a href="#impl-AstIdNode-for-Macro" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Macro</h3></section><section id="impl-AstIdNode-for-MacroCall" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#528-535">Source</a><a href="#impl-AstIdNode-for-MacroCall" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for MacroCall</h3></section><section id="impl-AstIdNode-for-MacroDef" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-MacroDef" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for MacroDef</h3></section><section id="impl-AstIdNode-for-MacroRules" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-MacroRules" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for MacroRules</h3></section><section id="impl-AstIdNode-for-Module" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Module" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Module</h3></section><section id="impl-AstIdNode-for-Static" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Static" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Static</h3></section><section id="impl-AstIdNode-for-Struct" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Struct" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Struct</h3></section><section id="impl-AstIdNode-for-Trait" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Trait" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Trait</h3></section><section id="impl-AstIdNode-for-TypeAlias" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#528-535">Source</a><a href="#impl-AstIdNode-for-TypeAlias" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for TypeAlias</h3></section><section id="impl-AstIdNode-for-Union" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#478-489">Source</a><a href="#impl-AstIdNode-for-Union" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Union</h3></section><section id="impl-AstIdNode-for-Use" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#329">Source</a><a href="#impl-AstIdNode-for-Use" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Use</h3></section><section id="impl-AstIdNode-for-Variant" class="impl"><a class="src rightside" href="../src/span/ast_id.rs.html#528-535">Source</a><a href="#impl-AstIdNode-for-Variant" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.AstIdNode.html" title="trait span::AstIdNode">AstIdNode</a> for Variant</h3></section><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../trait.impl/span/ast_id/trait.AstIdNode.js" data-ignore-extern-crates="syntax" async></script></section></div></main></body></html>