Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6240a96 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Nov 23, 2023
1 parent e850bf5 commit fbfb4f3
Show file tree
Hide file tree
Showing 9 changed files with 128 additions and 44 deletions.
2 changes: 1 addition & 1 deletion main/api/quilkin/filters/capture/struct.Prefix.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Capture from the start of the packet.</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.remove" class="structfield small-section-header"><a href="#structfield.remove" class="anchor field">§</a><code>remove: <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.bool.html">bool</a></code></span><div class="docblock"><p>Whether captured bytes are removed from the original packet.</p>
</div><span id="structfield.size" class="structfield small-section-header"><a href="#structfield.size" class="anchor field">§</a><code>size: <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.u32.html">u32</a></code></span><div class="docblock"><p>The number of bytes to capture.</p>
</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-CaptureStrategy-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#20-30">source</a><a href="#impl-CaptureStrategy-for-Prefix" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.CaptureStrategy.html" title="trait quilkin::filters::capture::CaptureStrategy">CaptureStrategy</a> for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.capture" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#21-29">source</a><a href="#method.capture" class="anchor">§</a><h4 class="code-header">fn <a href="trait.CaptureStrategy.html#tymethod.capture" class="fn">capture</a>(&amp;self, contents: &amp;mut PoolBuffer) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../net/endpoint/metadata/enum.Value.html" title="enum quilkin::net::endpoint::metadata::Value">Value</a>&gt;</h4></section></summary><div class='docblock'>Capture packet data from the contents, and optionally returns a value if
</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-CaptureStrategy-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#20-32">source</a><a href="#impl-CaptureStrategy-for-Prefix" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.CaptureStrategy.html" title="trait quilkin::filters::capture::CaptureStrategy">CaptureStrategy</a> for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.capture" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#21-31">source</a><a href="#method.capture" class="anchor">§</a><h4 class="code-header">fn <a href="trait.CaptureStrategy.html#tymethod.capture" class="fn">capture</a>(&amp;self, contents: &amp;mut PoolBuffer) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../../net/endpoint/metadata/enum.Value.html" title="enum quilkin::net::endpoint::metadata::Value">Value</a>&gt;</h4></section></summary><div class='docblock'>Capture packet data from the contents, and optionally returns a value if
anything was captured.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#impl-Debug-for-Prefix" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deserialize%3C'de%3E-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#impl-Deserialize%3C'de%3E-for-Prefix" class="anchor">§</a><h3 class="code-header">impl&lt;'de&gt; <a class="trait" href="https://docs.rs/serde/1.0.193/serde/de/trait.Deserialize.html" title="trait serde::de::Deserialize">Deserialize</a>&lt;'de&gt; for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deserialize" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.deserialize" class="anchor">§</a><h4 class="code-header">fn <a href="https://docs.rs/serde/1.0.193/serde/de/trait.Deserialize.html#tymethod.deserialize" class="fn">deserialize</a>&lt;__D&gt;(__deserializer: __D) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, __D::<a class="associatedtype" href="https://docs.rs/serde/1.0.193/serde/de/trait.Deserializer.html#associatedtype.Error" title="type serde::de::Deserializer::Error">Error</a>&gt;<span class="where fmt-newline">where
__D: <a class="trait" href="https://docs.rs/serde/1.0.193/serde/de/trait.Deserializer.html" title="trait serde::de::Deserializer">Deserializer</a>&lt;'de&gt;,</span></h4></section></summary><div class='docblock'>Deserialize this value from the given Serde deserializer. <a href="https://docs.rs/serde/1.0.193/serde/de/trait.Deserialize.html#tymethod.deserialize">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CPrefix%3E-for-Strategy" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/config.rs.html#49-53">source</a><a href="#impl-From%3CPrefix%3E-for-Strategy" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a>&gt; for <a class="enum" href="enum.Strategy.html" title="enum quilkin::filters::capture::Strategy">Strategy</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/config.rs.html#50-52">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(prefix: <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a>) -&gt; Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-JsonSchema-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#impl-JsonSchema-for-Prefix" class="anchor">§</a><h3 class="code-header">impl JsonSchema for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.schema_name" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.schema_name" class="anchor">§</a><h4 class="code-header">fn <a class="fn">schema_name</a>() -&gt; <a class="struct" href="https://doc.rust-lang.org/1.74.0/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h4></section></summary><div class='docblock'>The name of the generated JSON Schema. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.schema_id" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.schema_id" class="anchor">§</a><h4 class="code-header">fn <a class="fn">schema_id</a>() -&gt; <a class="enum" href="https://doc.rust-lang.org/1.74.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.74.0/std/primitive.str.html">str</a>&gt;</h4></section></summary><div class='docblock'>Returns a string that uniquely identifies the schema produced by this type. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.json_schema" class="method trait-impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.json_schema" class="anchor">§</a><h4 class="code-header">fn <a class="fn">json_schema</a>(gen: &amp;mut SchemaGenerator) -&gt; Schema</h4></section></summary><div class='docblock'>Generates a JSON Schema for this type. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.is_referenceable" class="method trait-impl"><a href="#method.is_referenceable" class="anchor">§</a><h4 class="code-header">fn <a class="fn">is_referenceable</a>() -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Whether JSON Schemas generated for this type should be re-used where possible using the <code>$ref</code> keyword. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CPrefix%3E-for-Prefix" class="impl"><a class="src rightside" href="../../../src/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#impl-PartialEq%3CPrefix%3E-for-Prefix" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a>&lt;<a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a>&gt; for <a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</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/quilkin/filters/capture/affix.rs.html#11">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.Prefix.html" title="struct quilkin::filters::capture::Prefix">Prefix</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.74.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.74.0/src/core/cmp.rs.html#231">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.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.74.0/std/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.74.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
Expand Down
Loading

0 comments on commit fbfb4f3

Please sign in to comment.