Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1b81fe0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Apr 30, 2024
1 parent 1ef782a commit dc8b2f0
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 174 deletions.
2 changes: 1 addition & 1 deletion implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementors/core/convert/trait.From.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementors/core/fmt/trait.Debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions massa_sc_runtime/enum.RuntimeModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
bytecode: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u8.html">u8</a>],
gas_costs: <a class="struct" href="struct.GasCosts.html" title="struct massa_sc_runtime::GasCosts">GasCosts</a>,
compiler: <a class="enum" href="enum.Compiler.html" title="enum massa_sc_runtime::Compiler">Compiler</a>
) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Dispatch module creation corresponding to the first bytecode byte</p>
) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.82/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Dispatch module creation corresponding to the first bytecode byte</p>
<ul>
<li>(0): legacy AssemblyScript module</li>
<li>(1): new agnostic module</li>
<li>(_): unsupported module</li>
</ul>
</div></details><details class="toggle method-toggle" open><summary><section id="method.compiler" class="method"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#74-79">source</a><h4 class="code-header">pub fn <a href="#method.compiler" class="fn">compiler</a>(&amp;self) -&gt; <a class="enum" href="enum.Compiler.html" title="enum massa_sc_runtime::Compiler">Compiler</a></h4></section></summary><div class="docblock"><p>Used compiler for the current module</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#82-95">source</a><h4 class="code-header">pub fn <a href="#method.serialize" class="fn">serialize</a>(&amp;self) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u8.html">u8</a>&gt;&gt;</h4></section></summary><div class="docblock"><p>Serialize a RuntimeModule, prepending its byte id</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.serialize" class="method"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#82-95">source</a><h4 class="code-header">pub fn <a href="#method.serialize" class="fn">serialize</a>(&amp;self) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.82/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.74.1/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u8.html">u8</a>&gt;&gt;</h4></section></summary><div class="docblock"><p>Serialize a RuntimeModule, prepending its byte id</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#98-113">source</a><h4 class="code-header">pub fn <a href="#method.deserialize" class="fn">deserialize</a>(
ser_module: &amp;[<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u8.html">u8</a>],
limit: <a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u64.html">u64</a>,
gas_costs: <a class="struct" href="struct.GasCosts.html" title="struct massa_sc_runtime::GasCosts">GasCosts</a>
) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.79/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Deserialize a RuntimeModule</p>
) -&gt; <a class="type" href="https://docs.rs/anyhow/1.0.82/anyhow/type.Result.html" title="type anyhow::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Deserialize a RuntimeModule</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Clone-for-RuntimeModule" class="impl"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#18">source</a><a href="#impl-Clone-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../src/massa_sc_runtime/execution.rs.html#18">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.74.1/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.74.1/src/core/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.74.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></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-RuntimeModule" class="impl"><a href="#impl-RefUnwindSafe-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.74.1/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h3></section><section id="impl-Send-for-RuntimeModule" class="impl"><a href="#impl-Send-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h3></section><section id="impl-Sync-for-RuntimeModule" class="impl"><a href="#impl-Sync-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h3></section><section id="impl-Unpin-for-RuntimeModule" class="impl"><a href="#impl-Unpin-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></h3></section><section id="impl-UnwindSafe-for-RuntimeModule" class="impl"><a href="#impl-UnwindSafe-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl !<a class="trait" href="https://doc.rust-lang.org/1.74.1/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="enum" href="enum.RuntimeModule.html" title="enum massa_sc_runtime::RuntimeModule">RuntimeModule</a></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-RuntimeModule" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.74.1/src/core/any.rs.html#135">source</a><a href="#impl-Any-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.1/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.74.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.74.1/src/core/any.rs.html#136">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.1/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.1/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.74.1/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-ArchivePointee-for-RuntimeModule" class="impl"><a href="#impl-ArchivePointee-for-RuntimeModule" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; ArchivePointee for T</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.ArchivedMetadata" class="associatedtype trait-impl"><a href="#associatedtype.ArchivedMetadata" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">ArchivedMetadata</a> = <a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>The archived version of the pointer metadata for this type.</div></details><details class="toggle method-toggle" open><summary><section id="method.pointer_metadata" class="method trait-impl"><a href="#method.pointer_metadata" class="anchor">§</a><h4 class="code-header">fn <a class="fn">pointer_metadata</a>(
_: &amp;&lt;T as ArchivePointee&gt;::ArchivedMetadata
Expand Down

0 comments on commit dc8b2f0

Please sign in to comment.