Skip to content

Commit

Permalink
Deploying to gh-pages from @ c974e22 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed May 17, 2024
1 parent 33d3f41 commit 89b8912
Show file tree
Hide file tree
Showing 74 changed files with 136 additions and 139 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/coords/struct.LatLon.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/coords/struct.TileCoords.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/coords/struct.WorldCoords.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/api/maplibre/coords/struct.WorldTileCoords.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/api/maplibre/coords/struct.ZoomLevel.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/api/maplibre/io/apc/enum.Input.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/io/apc/enum.MessageError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/io/apc/enum.ProcedureError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/io/apc/enum.SendError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/io/apc/trait.MessageTag.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../../maplibre/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../../index.html">maplibre</a>::<wbr><a href="../index.html">io</a>::<wbr><a href="index.html">apc</a>::<wbr><a class="trait" href="#">MessageTag</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../../src/maplibre/io/apc.rs.html#23">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait MessageTag: <a class="trait" href="../../util/label/trait.DynHash.html" title="trait maplibre::util::label::DynHash">DynHash</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + 'static { }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Defines a set of strongly-typed labels for a class of objects</p>
</div></details><h2 id="trait-implementations" class="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-Box%3Cdyn+MessageTag%3E" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-Clone-for-Box%3Cdyn+MessageTag%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a>&gt;</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/maplibre/io/apc.rs.html#23">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; Self</h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.76.0/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.76.0/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.76.0/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.76.0/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.76.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-dyn+MessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-Hash-for-dyn+MessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for dyn <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a>&lt;H: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;mut H</a>)</h4></section></summary><div class='docblock'>Feeds this value into the given <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hasher.html" title="trait core::hash::Hasher"><code>Hasher</code></a>. <a href="https://doc.rust-lang.org/1.76.0/core/hash/trait.Hash.html#tymethod.hash">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-dyn+MessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-PartialEq-for-dyn+MessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for dyn <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Self</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used
by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" 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.76.0/src/core/cmp.rs.html#242">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>This method tests for <code>!=</code>. The default implementation is almost always
sufficient, and should not be overridden without very good reason.</div></details></div></details><section id="impl-Eq-for-dyn+MessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-Eq-for-dyn+MessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for dyn <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a></h3></section></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><section id="impl-MessageTag-for-%26str" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-MessageTag-for-%26str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a></h3></section><section id="impl-MessageTag-for-Cow%3C'static,+str%3E" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-MessageTag-for-Cow%3C'static,+str%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/enum.Cow.html" title="enum alloc::borrow::Cow">Cow</a>&lt;'static, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>&gt;</h3></section><section id="impl-MessageTag-for-u32" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#25-29">source</a><a href="#impl-MessageTag-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a></h3></section><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-MessageTag-for-RasterMessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/raster/transferables.rs.html#17-21">source</a><a href="#impl-MessageTag-for-RasterMessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="../../raster/transferables/enum.RasterMessageTag.html" title="enum maplibre::raster::transferables::RasterMessageTag">RasterMessageTag</a></h3></section><section id="impl-MessageTag-for-VectorMessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/vector/transferables.rs.html#24-28">source</a><a href="#impl-MessageTag-for-VectorMessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="../../vector/transferables/enum.VectorMessageTag.html" title="enum maplibre::vector::transferables::VectorMessageTag">VectorMessageTag</a></h3></section></div><script src="../../../trait.impl/maplibre/io/apc/trait.MessageTag.js" data-ignore-extern-crates="std,alloc" async></script></section></div></main></body></html>
sufficient, and should not be overridden without very good reason.</div></details></div></details><section id="impl-Eq-for-dyn+MessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-Eq-for-dyn+MessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for dyn <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a></h3></section></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><section id="impl-MessageTag-for-%26str" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-MessageTag-for-%26str" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for &amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a></h3></section><section id="impl-MessageTag-for-Cow%3C'static,+str%3E" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#23">source</a><a href="#impl-MessageTag-for-Cow%3C'static,+str%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="https://doc.rust-lang.org/1.76.0/alloc/borrow/enum.Cow.html" title="enum alloc::borrow::Cow">Cow</a>&lt;'static, <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>&gt;</h3></section><section id="impl-MessageTag-for-u32" class="impl"><a class="src rightside" href="../../../src/maplibre/io/apc.rs.html#25-29">source</a><a href="#impl-MessageTag-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a></h3></section><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-MessageTag-for-RasterMessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/raster/transferables.rs.html#17-21">source</a><a href="#impl-MessageTag-for-RasterMessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="../../raster/transferables/enum.RasterMessageTag.html" title="enum maplibre::raster::transferables::RasterMessageTag">RasterMessageTag</a></h3></section><section id="impl-MessageTag-for-VectorMessageTag" class="impl"><a class="src rightside" href="../../../src/maplibre/vector/transferables.rs.html#24-28">source</a><a href="#impl-MessageTag-for-VectorMessageTag" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.MessageTag.html" title="trait maplibre::io::apc::MessageTag">MessageTag</a> for <a class="enum" href="../../vector/transferables/enum.VectorMessageTag.html" title="enum maplibre::vector::transferables::VectorMessageTag">VectorMessageTag</a></h3></section></div><script src="../../../trait.impl/maplibre/io/apc/trait.MessageTag.js" data-ignore-extern-crates="alloc,std" async></script></section></div></main></body></html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/maplibre/render/error/enum.RenderError.html

Large diffs are not rendered by default.

Loading

0 comments on commit 89b8912

Please sign in to comment.