diff --git a/relay_event_schema/processor/trait.ProcessValue.html b/relay_event_schema/processor/trait.ProcessValue.html
index 51187e0fcd..9ea29d81ac 100644
--- a/relay_event_schema/processor/trait.ProcessValue.html
+++ b/relay_event_schema/processor/trait.ProcessValue.html
@@ -29,7 +29,7 @@
state: &ProcessingState<'_>
) -> ProcessingResult
Recurses into children of this value.
-
Efficiently serializes the payload directly.
Extracts children meta map out of a value.
Extracts the meta tree out of annotated value.
Read more
The name of the generated JSON Schema.
Read more
Generates a JSON Schema for this type.
Read more
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword.
Read more
Extracts the meta tree out of annotated value.
Read more
The name of the generated JSON Schema.
Read more
Generates a JSON Schema for this type.
Read more
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword.
Read more
Compares and returns the maximum of two values.
Read more
Compares and returns the minimum of two values.
Read more
Restrict a value to a certain interval.
Read more
This method tests for
self
and
other
values to be equal, and is used
+ Self:
Sized +
PartialOrd,
Restrict a value to a certain interval.
Read more
This method tests for self
and other
values to be equal, and is used
by ==
.
This method tests for !=
. The default implementation is almost always
-sufficient, and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more
This method tests less than (for
self
and
other
) and is used by the
<
operator.
Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
+sufficient, and should not be overridden without very good reason.
This method returns an ordering between
self
and
other
values if one exists.
Read more
This method tests less than (for
self
and
other
) and is used by the
<
operator.
Read more
This method tests less than or equal to (for
self
and
other
) and is used by the
<=
operator.
Read more
This method tests greater than (for
self
and
other
) and is used by the
>
operator.
Read more
This method tests greater than or equal to (for
self
and
other
) and is used by the
>=
operator.
Read more
Returns the type of the value.
Recurses into children of this value.
Recurses into children of this value.
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Serialize this value into the given Serde serializer.
Read more
Serialize this value into the given Serde serializer.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more