Skip to content

Commit

Permalink
deploy: 7eb3be7
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Jun 27, 2024
1 parent e6b93bc commit 1935e6c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 397 deletions.
4 changes: 2 additions & 2 deletions relay_event_schema/processor/trait.ProcessValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
state: &amp;<a class="struct" href="struct.ProcessingState.html" title="struct relay_event_schema::processor::ProcessingState">ProcessingState</a>&lt;'_&gt;
) -&gt; <a class="type" href="type.ProcessingResult.html" title="type relay_event_schema::processor::ProcessingResult">ProcessingResult</a><div class="where">where
P: <a class="trait" href="trait.Processor.html" title="trait relay_event_schema::processor::Processor">Processor</a>,</div></h4></section></summary><div class="docblock"><p>Recurses into children of this value.</p>
</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.79.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-ProcessValue-for-bool" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#31-49">source</a><a href="#impl-ProcessValue-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for <a class="primitive" href="https://doc.rust-lang.org/1.79.0/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><section id="method.value_type-1" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#33-35">source</a><a href="#method.value_type-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.value_type" class="fn">value_type</a>(&amp;self) -&gt; <a class="struct" href="struct.EnumSet.html" title="struct relay_event_schema::processor::EnumSet">EnumSet</a>&lt;<a class="enum" href="enum.ValueType.html" title="enum relay_event_schema::processor::ValueType">ValueType</a>&gt;</h4></section><section id="method.process_value-1" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#38-48">source</a><a href="#method.process_value-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.process_value" class="fn">process_value</a>&lt;P&gt;(
</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.79.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><section id="impl-ProcessValue-for-MetricUnit" class="impl"><a class="src rightside" href="../../src/relay_event_schema/protocol/base.rs.html#4">source</a><a href="#impl-ProcessValue-for-MetricUnit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for <a class="enum" href="../../relay_base_schema/metrics/units/enum.MetricUnit.html" title="enum relay_base_schema::metrics::units::MetricUnit">MetricUnit</a></h3></section><details class="toggle implementors-toggle"><summary><section id="impl-ProcessValue-for-bool" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#31-49">source</a><a href="#impl-ProcessValue-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for <a class="primitive" href="https://doc.rust-lang.org/1.79.0/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><section id="method.value_type-1" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#33-35">source</a><a href="#method.value_type-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.value_type" class="fn">value_type</a>(&amp;self) -&gt; <a class="struct" href="struct.EnumSet.html" title="struct relay_event_schema::processor::EnumSet">EnumSet</a>&lt;<a class="enum" href="enum.ValueType.html" title="enum relay_event_schema::processor::ValueType">ValueType</a>&gt;</h4></section><section id="method.process_value-1" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#38-48">source</a><a href="#method.process_value-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.process_value" class="fn">process_value</a>&lt;P&gt;(
&amp;mut self,
meta: &amp;mut Meta,
processor: <a class="primitive" href="https://doc.rust-lang.org/1.79.0/std/primitive.reference.html">&amp;mut P</a>,
Expand Down Expand Up @@ -59,7 +59,7 @@
processor: <a class="primitive" href="https://doc.rust-lang.org/1.79.0/std/primitive.reference.html">&amp;mut P</a>,
state: &amp;<a class="struct" href="struct.ProcessingState.html" title="struct relay_event_schema::processor::ProcessingState">ProcessingState</a>&lt;'_&gt;
) -&gt; <a class="type" href="type.ProcessingResult.html" title="type relay_event_schema::processor::ProcessingResult">ProcessingResult</a><div class="where">where
P: <a class="trait" href="trait.Processor.html" title="trait relay_event_schema::processor::Processor">Processor</a>,</div></h4></section></div></details><section id="impl-ProcessValue-for-Uuid" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#111">source</a><a href="#impl-ProcessValue-for-Uuid" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for <a class="struct" href="https://docs.rs/uuid/1.7.0/uuid/struct.Uuid.html" title="struct uuid::Uuid">Uuid</a></h3></section><section id="impl-ProcessValue-for-MetricUnit" class="impl"><a class="src rightside" href="../../src/relay_event_schema/protocol/base.rs.html#4">source</a><a href="#impl-ProcessValue-for-MetricUnit" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for MetricUnit</h3></section><details class="toggle implementors-toggle"><summary><section id="impl-ProcessValue-for-Value" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#262-307">source</a><a href="#impl-ProcessValue-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for Value</h3></section></summary><div class="impl-items"><section id="method.value_type-6" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#263-273">source</a><a href="#method.value_type-6" class="anchor">§</a><h4 class="code-header">fn <a href="#method.value_type" class="fn">value_type</a>(&amp;self) -&gt; <a class="struct" href="struct.EnumSet.html" title="struct relay_event_schema::processor::EnumSet">EnumSet</a>&lt;<a class="enum" href="enum.ValueType.html" title="enum relay_event_schema::processor::ValueType">ValueType</a>&gt;</h4></section><section id="method.process_value-6" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#275-306">source</a><a href="#method.process_value-6" class="anchor">§</a><h4 class="code-header">fn <a href="#method.process_value" class="fn">process_value</a>&lt;P&gt;(
P: <a class="trait" href="trait.Processor.html" title="trait relay_event_schema::processor::Processor">Processor</a>,</div></h4></section></div></details><section id="impl-ProcessValue-for-Uuid" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#111">source</a><a href="#impl-ProcessValue-for-Uuid" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for <a class="struct" href="https://docs.rs/uuid/1.7.0/uuid/struct.Uuid.html" title="struct uuid::Uuid">Uuid</a></h3></section><details class="toggle implementors-toggle"><summary><section id="impl-ProcessValue-for-Value" class="impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#262-307">source</a><a href="#impl-ProcessValue-for-Value" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.ProcessValue.html" title="trait relay_event_schema::processor::ProcessValue">ProcessValue</a> for Value</h3></section></summary><div class="impl-items"><section id="method.value_type-6" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#263-273">source</a><a href="#method.value_type-6" class="anchor">§</a><h4 class="code-header">fn <a href="#method.value_type" class="fn">value_type</a>(&amp;self) -&gt; <a class="struct" href="struct.EnumSet.html" title="struct relay_event_schema::processor::EnumSet">EnumSet</a>&lt;<a class="enum" href="enum.ValueType.html" title="enum relay_event_schema::processor::ValueType">ValueType</a>&gt;</h4></section><section id="method.process_value-6" class="method trait-impl"><a class="src rightside" href="../../src/relay_event_schema/processor/impls.rs.html#275-306">source</a><a href="#method.process_value-6" class="anchor">§</a><h4 class="code-header">fn <a href="#method.process_value" class="fn">process_value</a>&lt;P&gt;(
&amp;mut self,
meta: &amp;mut Meta,
processor: <a class="primitive" href="https://doc.rust-lang.org/1.79.0/std/primitive.reference.html">&amp;mut P</a>,
Expand Down
Loading

0 comments on commit 1935e6c

Please sign in to comment.