Skip to content

Commit

Permalink
deploy: b45be7d
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez committed Oct 8, 2024
1 parent 5cf9eef commit 8f4d354
Show file tree
Hide file tree
Showing 40 changed files with 183 additions and 183 deletions.
16 changes: 8 additions & 8 deletions arrayvec/struct.ArrayString.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrayvec/struct.ArrayVec.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data_encoding/enum.DecodeKind.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data_encoding/struct.DecodeError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data_encoding/struct.SpecificationError.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions digest/core_api/struct.CoreWrapper.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions digest/core_api/struct.XofReaderCoreWrapper.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion digest/struct.MacError.html

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions either/enum.Either.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion either/struct.IterEither.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion either/trait.IntoEither.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ <h5 id="examples-1"><a class="doc-anchor" href="#examples-1">§</a>Examples</h5>
<span class="kw">let </span>x = <span class="number">0</span>;
<span class="macro">assert_eq!</span>(x.into_either_with(is_even), Left(x));
<span class="macro">assert_eq!</span>(x.into_either_with(|x| !is_even(x)), Right(x));</code></pre></div>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.81.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-IntoEither-for-T" class="impl"><a class="src rightside" href="../src/either/into_either.rs.html#64">source</a><a href="#impl-IntoEither-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.IntoEither.html" title="trait either::IntoEither">IntoEither</a> for T</h3></section></div><script src="../trait.impl/either/into_either/trait.IntoEither.js" async></script><script type="text/json" id="notable-traits-data">{"Either<Self, Self>":"<h3>Notable traits for <code><a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a>,</div></div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a>&lt;Item = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" title=\"type core::iter::traits::iterator::Iterator::Item\">Item</a>&gt;,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" title=\"type core::iter::traits::iterator::Iterator::Item\">Item</a>;</div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>,</div></div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a>&lt;Output = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" title=\"type core::future::future::Future::Output\">Output</a>&gt;,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" class=\"associatedtype\">Output</a> = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" title=\"type core::future::future::Future::Output\">Output</a>;</div>"}</script></section></div></main></body></html>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.81.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-IntoEither-for-T" class="impl"><a class="src rightside" href="../src/either/into_either.rs.html#64">source</a><a href="#impl-IntoEither-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="trait.IntoEither.html" title="trait either::IntoEither">IntoEither</a> for T</h3></section></div><script src="../trait.impl/either/into_either/trait.IntoEither.js" async></script><script type="text/json" id="notable-traits-data">{"Either<Self, Self>":"<h3>Notable traits for <code><a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a>&lt;Item = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" title=\"type core::iter::traits::iterator::Iterator::Item\">Item</a>&gt;,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" title=\"type core::iter::traits::iterator::Iterator::Item\">Item</a>;</div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a>,</div></div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/std/io/trait.Write.html\" title=\"trait std::io::Write\">Write</a>,</div></div><div class=\"where\">impl&lt;L, R&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a> for <a class=\"enum\" href=\"enum.Either.html\" title=\"enum either::Either\">Either</a>&lt;L, R&gt;<div class=\"where\">where\n L: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a>,\n R: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a>&lt;Output = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" title=\"type core::future::future::Future::Output\">Output</a>&gt;,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" class=\"associatedtype\">Output</a> = L::<a class=\"associatedtype\" href=\"https://doc.rust-lang.org/1.81.0/core/future/future/trait.Future.html#associatedtype.Output\" title=\"type core::future::future::Future::Output\">Output</a>;</div>"}</script></section></div></main></body></html>
2 changes: 1 addition & 1 deletion frame_system/pallet/config_preludes/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!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="Default implementations of `DefaultConfig`, which can be used to implement `Config`."><title>frame_system::pallet::config_preludes - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.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-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-c5d6553a23f1e5a6.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="frame_system" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0 (eeb90cda1 2024-09-04)" data-channel="1.81.0" data-search-js="search-d234aafac6c221dd.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-d2fab2bf619172d3.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod"><!--[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="../../../frame_system/index.html">frame_system</a><span class="version">28.0.0</span></h2></div><h2 class="location"><a href="#">Module config_preludes</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#reexports">Re-exports</a></li><li><a href="#structs">Structs</a></li></ul></section><h2><a href="../index.html">In frame_system::pallet</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../../index.html">frame_system</a>::<wbr><a href="../index.html">pallet</a>::<wbr><a class="mod" href="#">config_preludes</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../../src/frame_system/lib.rs.html#270">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Default implementations of <a href="../trait.DefaultConfig.html" title="trait frame_system::pallet::DefaultConfig"><code>DefaultConfig</code></a>, which can be used to implement <a href="../trait.Config.html" title="trait frame_system::pallet::Config"><code>Config</code></a>.</p>
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.TestDefaultConfig"><code>pub use __export_tokens_tt_943530571_test_default_config_0 as TestDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.SolochainDefaultConfig"><code>pub use __export_tokens_tt_943530571_solochain_default_config_1 as SolochainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.RelayChainDefaultConfig"><code>pub use __export_tokens_tt_943530571_relay_chain_default_config_3 as RelayChainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.ParaChainDefaultConfig"><code>pub use __export_tokens_tt_943530571_para_chain_default_config_2 as ParaChainDefaultConfig;</code></div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.ParaChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::ParaChainDefaultConfig">ParaChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a parachain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.RelayChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::RelayChainDefaultConfig">RelayChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a relay-chain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.SolochainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::SolochainDefaultConfig">SolochainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a solochain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.TestBlockHashCount.html" title="struct frame_system::pallet::config_preludes::TestBlockHashCount">TestBlockHashCount</a></div><div class="desc docblock-short">A predefined adapter that covers <code>BlockNumberFor&lt;T&gt;</code> for <code>Config::Block::BlockNumber</code> of
</div></details><h2 id="reexports" class="section-header">Re-exports<a href="#reexports" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name" id="reexport.TestDefaultConfig"><code>pub use __export_tokens_tt_978412755_test_default_config_0 as TestDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.SolochainDefaultConfig"><code>pub use __export_tokens_tt_978412755_solochain_default_config_1 as SolochainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.RelayChainDefaultConfig"><code>pub use __export_tokens_tt_978412755_relay_chain_default_config_3 as RelayChainDefaultConfig;</code></div></li><li><div class="item-name" id="reexport.ParaChainDefaultConfig"><code>pub use __export_tokens_tt_978412755_para_chain_default_config_2 as ParaChainDefaultConfig;</code></div></li></ul><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div class="item-name"><a class="struct" href="struct.ParaChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::ParaChainDefaultConfig">ParaChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a parachain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.RelayChainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::RelayChainDefaultConfig">RelayChainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a relay-chain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.SolochainDefaultConfig.html" title="struct frame_system::pallet::config_preludes::SolochainDefaultConfig">SolochainDefaultConfig</a></div><div class="desc docblock-short">Default configurations of this pallet in a solochain environment.</div></li><li><div class="item-name"><a class="struct" href="struct.TestBlockHashCount.html" title="struct frame_system::pallet::config_preludes::TestBlockHashCount">TestBlockHashCount</a></div><div class="desc docblock-short">A predefined adapter that covers <code>BlockNumberFor&lt;T&gt;</code> for <code>Config::Block::BlockNumber</code> of
the types <code>u32</code>, <code>u64</code>, and <code>u128</code>.</div></li><li><div class="item-name"><a class="struct" href="struct.TestDefaultConfig.html" title="struct frame_system::pallet::config_preludes::TestDefaultConfig">TestDefaultConfig</a></div><div class="desc docblock-short">Provides a viable default config that can be used with
<a href="../../../frame_support_procedural/attr.derive_impl.html" title="attr frame_support_procedural::derive_impl"><code>derive_impl</code></a> to derive a testing pallet config
based on this one.</div></li></ul></section></div></main></body></html>
Loading

0 comments on commit 8f4d354

Please sign in to comment.