Skip to content

Commit

Permalink
Generated docs for shadow/shadow@fd79baa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 30, 2023
1 parent e96da70 commit 69ade67
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/rust/search-index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/rust/serde_derive_internals/ast/struct.Container.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
pub ident: <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a>,
pub attrs: <a class="struct" href="../attr/struct.Container.html" title="struct serde_derive_internals::attr::Container">Container</a>,
pub data: <a class="enum" href="enum.Data.html" title="enum serde_derive_internals::ast::Data">Data</a>&lt;'a&gt;,
pub generics: &amp;'a <a class="struct" href="../../syn/generics/struct.Generics.html" title="struct syn::generics::Generics">Generics</a>,
pub original: &amp;'a <a class="struct" href="../../syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a>,
pub generics: &amp;'a <a class="struct" href="https://docs.rs/syn/1.0.109/syn/generics/struct.Generics.html" title="struct syn::generics::Generics">Generics</a>,
pub original: &amp;'a <a class="struct" href="https://docs.rs/syn/1.0.109/syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a>,
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A source data structure annotated with <code>#[derive(Serialize)]</code> and/or <code>#[derive(Deserialize)]</code>,
parsed into an internal representation.</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.ident" class="structfield small-section-header"><a href="#structfield.ident" class="anchor field">§</a><code>ident: <a class="struct" href="../../proc_macro2/struct.Ident.html" title="struct proc_macro2::Ident">Ident</a></code></span><div class="docblock"><p>The struct or enum name (without generics).</p>
</div><span id="structfield.attrs" class="structfield small-section-header"><a href="#structfield.attrs" class="anchor field">§</a><code>attrs: <a class="struct" href="../attr/struct.Container.html" title="struct serde_derive_internals::attr::Container">Container</a></code></span><div class="docblock"><p>Attributes on the structure, parsed for Serde.</p>
</div><span id="structfield.data" class="structfield small-section-header"><a href="#structfield.data" class="anchor field">§</a><code>data: <a class="enum" href="enum.Data.html" title="enum serde_derive_internals::ast::Data">Data</a>&lt;'a&gt;</code></span><div class="docblock"><p>The contents of the struct or enum.</p>
</div><span id="structfield.generics" class="structfield small-section-header"><a href="#structfield.generics" class="anchor field">§</a><code>generics: &amp;'a <a class="struct" href="../../syn/generics/struct.Generics.html" title="struct syn::generics::Generics">Generics</a></code></span><div class="docblock"><p>Any generics on the struct or enum.</p>
</div><span id="structfield.original" class="structfield small-section-header"><a href="#structfield.original" class="anchor field">§</a><code>original: &amp;'a <a class="struct" href="../../syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a></code></span><div class="docblock"><p>Original input.</p>
</div><span id="structfield.generics" class="structfield small-section-header"><a href="#structfield.generics" class="anchor field">§</a><code>generics: &amp;'a <a class="struct" href="https://docs.rs/syn/1.0.109/syn/generics/struct.Generics.html" title="struct syn::generics::Generics">Generics</a></code></span><div class="docblock"><p>Any generics on the struct or enum.</p>
</div><span id="structfield.original" class="structfield small-section-header"><a href="#structfield.original" class="anchor field">§</a><code>original: &amp;'a <a class="struct" href="https://docs.rs/syn/1.0.109/syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a></code></span><div class="docblock"><p>Original input.</p>
</div><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Container%3C'a%3E" class="impl"><a class="src rightside" href="../../src/serde_derive_internals/src/ast.rs.html#61-121">source</a><a href="#impl-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ast" class="method"><a class="src rightside" href="../../src/serde_derive_internals/src/ast.rs.html#63-120">source</a><h4 class="code-header">pub fn <a href="#method.from_ast" class="fn">from_ast</a>(
cx: &amp;<a class="struct" href="../struct.Ctxt.html" title="struct serde_derive_internals::Ctxt">Ctxt</a>,
item: &amp;'a <a class="struct" href="../../syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a>,
item: &amp;'a <a class="struct" href="https://docs.rs/syn/1.0.109/syn/derive/struct.DeriveInput.html" title="struct syn::derive::DeriveInput">DeriveInput</a>,
derive: <a class="enum" href="../enum.Derive.html" title="enum serde_derive_internals::Derive">Derive</a>
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;&gt;</h4></section></summary><div class="docblock"><p>Convert the raw Syn ast into a parsed container object, collecting errors in <code>cx</code>.</p>
</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-Container%3C'a%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section><section id="impl-Send-for-Container%3C'a%3E" class="impl"><a href="#impl-Send-for-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; !<a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section><section id="impl-Sync-for-Container%3C'a%3E" class="impl"><a href="#impl-Sync-for-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; !<a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section><section id="impl-Unpin-for-Container%3C'a%3E" class="impl"><a href="#impl-Unpin-for-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section><section id="impl-UnwindSafe-for-Container%3C'a%3E" class="impl"><a href="#impl-UnwindSafe-for-Container%3C'a%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Container.html" title="struct serde_derive_internals::ast::Container">Container</a>&lt;'a&gt;</h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.75.0/src/core/any.rs.html#135">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 69ade67

Please sign in to comment.