Skip to content

Commit

Permalink
Generated docs for shadow/shadow@b041aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 26, 2024
1 parent 76a7e92 commit f4c9432
Show file tree
Hide file tree
Showing 8,241 changed files with 12,815 additions and 10,811 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion docs/rust/anyhow/struct.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.Abi.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.AliasVariation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.BindgenError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.EnumVariation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.FieldVisibilityKind.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.NonCopyUnionStyle.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/bindgen/enum.RustTarget.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/rust/bindgen/struct.CodegenConfig.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/cbindgen/enum.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/cc/struct.Error.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clang_sys/enum.Version.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/enum.ValueHint.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/rust/clap/builder/struct.OsStr.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/rust/clap/builder/struct.Str.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/struct.StyledStr.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/struct.Styles.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/rust/clap/builder/struct.ValueParser.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/struct.ValueRange.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/styling/struct.Styles.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/rust/clap/builder/trait.ValueParserFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ <h2 id="example"><a href="#example">Example</a></h2>
T: <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,
&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>: <a class="trait" href="trait.TypedValueParser.html" title="trait clap::builder::TypedValueParser">TypedValueParser</a>&lt;Value = T&gt;,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Parser-17" class="associatedtype trait-impl"><a href="#associatedtype.Parser-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Parser" class="associatedtype">Parser</a> = <a class="struct" href="struct.MapValueParser.html" title="struct clap::builder::MapValueParser">MapValueParser</a>&lt;&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>, <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;T&gt;&gt;</h4></section><section id="method.value_parser-16" class="method trait-impl"><a class="src rightside" href="../../src/clap_builder/builder/value_parser.rs.html#2455">source</a><a href="#method.value_parser-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.value_parser" class="fn">value_parser</a>() -&gt; &lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;T&gt; as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ValueParserFactory-for-Wrapping%3CT%3E" class="impl"><a class="src rightside" href="../../src/clap_builder/builder/value_parser.rs.html#2426-2430">source</a><a href="#impl-ValueParserFactory-for-Wrapping%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a> for <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/num/wrapping/struct.Wrapping.html" title="struct core::num::wrapping::Wrapping">Wrapping</a>&lt;T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/1.75.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,
&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>: <a class="trait" href="trait.TypedValueParser.html" title="trait clap::builder::TypedValueParser">TypedValueParser</a>&lt;Value = T&gt;,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Parser-18" class="associatedtype trait-impl"><a href="#associatedtype.Parser-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Parser" class="associatedtype">Parser</a> = <a class="struct" href="struct.MapValueParser.html" title="struct clap::builder::MapValueParser">MapValueParser</a>&lt;&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>, <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/num/wrapping/struct.Wrapping.html" title="struct core::num::wrapping::Wrapping">Wrapping</a>&lt;T&gt;&gt;</h4></section><section id="method.value_parser-17" class="method trait-impl"><a class="src rightside" href="../../src/clap_builder/builder/value_parser.rs.html#2433">source</a><a href="#method.value_parser-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.value_parser" class="fn">value_parser</a>() -&gt; &lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/core/num/wrapping/struct.Wrapping.html" title="struct core::num::wrapping::Wrapping">Wrapping</a>&lt;T&gt; as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a></h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../trait.impl/clap_builder/builder/value_parser/trait.ValueParserFactory.js" data-ignore-extern-crates="alloc,core,std" async></script></section></div></main></body></html>
&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>: <a class="trait" href="trait.TypedValueParser.html" title="trait clap::builder::TypedValueParser">TypedValueParser</a>&lt;Value = T&gt;,</span></h3></section></summary><div class="impl-items"><section id="associatedtype.Parser-18" class="associatedtype trait-impl"><a href="#associatedtype.Parser-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Parser" class="associatedtype">Parser</a> = <a class="struct" href="struct.MapValueParser.html" title="struct clap::builder::MapValueParser">MapValueParser</a>&lt;&lt;T as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a>, <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/core/num/wrapping/struct.Wrapping.html" title="struct core::num::wrapping::Wrapping">Wrapping</a>&lt;T&gt;&gt;</h4></section><section id="method.value_parser-17" class="method trait-impl"><a class="src rightside" href="../../src/clap_builder/builder/value_parser.rs.html#2433">source</a><a href="#method.value_parser-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.value_parser" class="fn">value_parser</a>() -&gt; &lt;<a class="struct" href="https://doc.rust-lang.org/1.75.0/core/num/wrapping/struct.Wrapping.html" title="struct core::num::wrapping::Wrapping">Wrapping</a>&lt;T&gt; as <a class="trait" href="trait.ValueParserFactory.html" title="trait clap::builder::ValueParserFactory">ValueParserFactory</a>&gt;::<a class="associatedtype" href="trait.ValueParserFactory.html#associatedtype.Parser" title="type clap::builder::ValueParserFactory::Parser">Parser</a></h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../trait.impl/clap_builder/builder/value_parser/trait.ValueParserFactory.js" data-ignore-extern-crates="std,alloc,core" async></script></section></div></main></body></html>
Loading

0 comments on commit f4c9432

Please sign in to comment.