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
where P: Processor,

Recurses into children of this value.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProcessValue for bool

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( +

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProcessValue for MetricUnit

source§

impl ProcessValue for bool

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( &mut self, meta: &mut Meta, processor: &mut P, @@ -59,7 +59,7 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

source§

impl ProcessValue for Uuid

source§

impl ProcessValue for MetricUnit

source§

impl ProcessValue for Value

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( + P: Processor,

source§

impl ProcessValue for Uuid

source§

impl ProcessValue for Value

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( &mut self, meta: &mut Meta, processor: &mut P, diff --git a/relay_event_schema/protocol/enum.EventType.html b/relay_event_schema/protocol/enum.EventType.html index 0972ed5a10..dba3a17efb 100644 --- a/relay_event_schema/protocol/enum.EventType.html +++ b/relay_event_schema/protocol/enum.EventType.html @@ -1,4 +1,4 @@ -EventType in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::EventType

pub enum EventType {
+EventType in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::EventType

source ·
pub enum EventType {
     Error,
     Csp,
     Hpkp,
@@ -30,15 +30,15 @@
 
§

UserReportV2

User feedback payload.

TODO(Jferg): Change this to UserFeedback once old UserReport logic is deprecated.

§

Default

All events that do not qualify as any other type.

-

Implementations§

§

impl EventType

pub fn as_str(&self) -> &'static str

Returns the string representation of this event type.

-

Trait Implementations§

§

impl Clone for EventType

§

fn clone(&self) -> EventType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for EventType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for EventType

§

fn default() -> EventType

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for EventType

§

fn deserialize<__D>( +

Implementations§

source§

impl EventType

source

pub fn as_str(&self) -> &'static str

Returns the string representation of this event type.

+

Trait Implementations§

source§

impl Clone for EventType

source§

fn clone(&self) -> EventType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EventType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Default for EventType

source§

fn default() -> EventType

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for EventType

source§

fn deserialize<__D>( __deserializer: __D ) -> Result<EventType, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for EventType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Empty for EventType

§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
§

impl FromStr for EventType

§

type Err = ParseEventTypeError

The associated error which can be returned from parsing.
§

fn from_str(string: &str) -> Result<EventType, <EventType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl FromValue for EventType

§

fn from_value(value: Annotated<Value>) -> Annotated<EventType>

Creates a meta structure from an annotated boxed value.
§

impl Hash for EventType

§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for EventType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Empty for EventType

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromStr for EventType

§

type Err = ParseEventTypeError

The associated error which can be returned from parsing.
source§

fn from_str(string: &str) -> Result<EventType, <EventType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl FromValue for EventType

source§

fn from_value(value: Annotated<Value>) -> Annotated<EventType>

Creates a meta structure from an annotated boxed value.
source§

impl Hash for EventType

source§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl IntoValue for EventType

§

fn into_value(self) -> Value
where - EventType: Sized,

Boxes the meta structure back into a value.
§

fn serialize_payload<S>( + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoValue for EventType

source§

fn into_value(self) -> Value
where + EventType: Sized,

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( &self, s: S, _behavior: SkipSerialization @@ -46,12 +46,12 @@ EventType: Sized, S: Serializer,

Efficiently serializes the payload directly.
§

fn extract_child_meta(&self) -> BTreeMap<String, MetaTree>
where Self: Sized,

Extracts children meta map out of a value.
§

fn extract_meta_tree(value: &Annotated<Self>) -> MetaTree
where - Self: Sized,

Extracts the meta tree out of annotated value. Read more
§

impl JsonSchema for EventType

§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
§

impl Ord for EventType

§

fn cmp(&self, other: &EventType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Extracts the meta tree out of annotated value. Read more
source§

impl JsonSchema for EventType

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl Ord for EventType

source§

fn cmp(&self, other: &EventType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for EventType

§

fn eq(&self, other: &EventType) -> bool

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
source§

impl PartialEq for EventType

source§

fn eq(&self, other: &EventType) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for EventType

§

fn partial_cmp(&self, other: &EventType) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

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.
source§

impl PartialOrd for EventType

source§

fn partial_cmp(&self, other: &EventType) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl ProcessValue for EventType

source§

fn value_type(&self) -> EnumSet<ValueType>

Returns the type of the value.
source§

fn process_value<P>( &mut self, @@ -64,11 +64,11 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

Recurses into children of this value.
§

impl Serialize for EventType

§

fn serialize<__S>( + P: Processor,

Recurses into children of this value.
source§

impl Serialize for EventType

source§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Copy for EventType

§

impl Eq for EventType

§

impl StructuralPartialEq for EventType

Auto Trait Implementations§

§

impl Freeze for EventType

§

impl RefUnwindSafe for EventType

§

impl Send for EventType

§

impl Sync for EventType

§

impl Unpin for EventType

§

impl UnwindSafe for EventType

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for EventType

source§

impl Eq for EventType

source§

impl StructuralPartialEq for EventType

Auto Trait Implementations§

§

impl Freeze for EventType

§

impl RefUnwindSafe for EventType

§

impl Send for EventType

§

impl Sync for EventType

§

impl Unpin for EventType

§

impl UnwindSafe for EventType

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/enum.SpanStatus.html b/relay_event_schema/protocol/enum.SpanStatus.html index ee01464ddd..a7762b96e9 100644 --- a/relay_event_schema/protocol/enum.SpanStatus.html +++ b/relay_event_schema/protocol/enum.SpanStatus.html @@ -1,4 +1,4 @@ -SpanStatus in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::SpanStatus

#[repr(u8)]
pub enum SpanStatus { +SpanStatus in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::SpanStatus

source ·
#[repr(u8)]
pub enum SpanStatus {
Show 17 variants Ok = 0, Cancelled = 1, Unknown = 2, @@ -50,8 +50,8 @@
§

DataLoss = 15

Unrecoverable data loss or corruption

§

Unauthenticated = 16

401 Unauthorized (actually does mean unauthenticated according to RFC 7235)

Prefer PermissionDenied if a user is logged in.

-

Implementations§

§

impl SpanStatus

pub fn as_str(&self) -> &'static str

Returns the string representation of the status.

-

Trait Implementations§

§

impl AsRef<str> for SpanStatus

§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for SpanStatus

§

fn clone(&self) -> SpanStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SpanStatus

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for SpanStatus

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Empty for SpanStatus

§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
§

impl FromStr for SpanStatus

§

type Err = ParseSpanStatusError

The associated error which can be returned from parsing.
§

fn from_str(string: &str) -> Result<SpanStatus, <SpanStatus as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl FromValue for SpanStatus

§

fn from_value(value: Annotated<Value>) -> Annotated<SpanStatus>

Creates a meta structure from an annotated boxed value.
§

impl IntoValue for SpanStatus

§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
§

fn serialize_payload<S>( +

Implementations§

source§

impl SpanStatus

source

pub fn as_str(&self) -> &'static str

Returns the string representation of the status.

+

Trait Implementations§

source§

impl AsRef<str> for SpanStatus

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for SpanStatus

source§

fn clone(&self) -> SpanStatus

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SpanStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for SpanStatus

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Empty for SpanStatus

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromStr for SpanStatus

§

type Err = ParseSpanStatusError

The associated error which can be returned from parsing.
source§

fn from_str(string: &str) -> Result<SpanStatus, <SpanStatus as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl FromValue for SpanStatus

source§

fn from_value(value: Annotated<Value>) -> Annotated<SpanStatus>

Creates a meta structure from an annotated boxed value.
source§

impl IntoValue for SpanStatus

source§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( &self, s: S, _behavior: SkipSerialization @@ -59,7 +59,7 @@ SpanStatus: Sized, S: Serializer,

Efficiently serializes the payload directly.
§

fn extract_child_meta(&self) -> BTreeMap<String, MetaTree>
where Self: Sized,

Extracts children meta map out of a value.
§

fn extract_meta_tree(value: &Annotated<Self>) -> MetaTree
where - Self: Sized,

Extracts the meta tree out of annotated value. Read more
§

impl JsonSchema for SpanStatus

§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
§

impl PartialEq for SpanStatus

§

fn eq(&self, other: &SpanStatus) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized,
Extracts the meta tree out of annotated value. Read more
source§

impl JsonSchema for SpanStatus

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for SpanStatus

source§

fn eq(&self, other: &SpanStatus) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl ProcessValue for SpanStatus

source§

fn value_type(&self) -> EnumSet<ValueType>

Returns the type of the value.
source§

fn process_value<P>( &mut self, @@ -72,11 +72,11 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

Recurses into children of this value.
§

impl Serialize for SpanStatus

§

fn serialize<__S>( + P: Processor,

Recurses into children of this value.
source§

impl Serialize for SpanStatus

source§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Copy for SpanStatus

§

impl StructuralPartialEq for SpanStatus

Auto Trait Implementations§

§

impl Freeze for SpanStatus

§

impl RefUnwindSafe for SpanStatus

§

impl Send for SpanStatus

§

impl Sync for SpanStatus

§

impl Unpin for SpanStatus

§

impl UnwindSafe for SpanStatus

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for SpanStatus

source§

impl StructuralPartialEq for SpanStatus

Auto Trait Implementations§

§

impl Freeze for SpanStatus

§

impl RefUnwindSafe for SpanStatus

§

impl Send for SpanStatus

§

impl Sync for SpanStatus

§

impl Unpin for SpanStatus

§

impl UnwindSafe for SpanStatus

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/struct.DiscardedEvent.html b/relay_event_schema/protocol/struct.DiscardedEvent.html index f8ba3a29b5..34947efbca 100644 --- a/relay_event_schema/protocol/struct.DiscardedEvent.html +++ b/relay_event_schema/protocol/struct.DiscardedEvent.html @@ -1,8 +1,8 @@ DiscardedEvent in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::DiscardedEvent

source ·
pub struct DiscardedEvent {
     pub reason: String,
-    pub category: DataCategory,
+    pub category: DataCategory,
     pub quantity: u32,
-}

Fields§

§reason: String§category: DataCategory§quantity: u32

Trait Implementations§

source§

impl Clone for DiscardedEvent

source§

fn clone(&self) -> DiscardedEvent

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DiscardedEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DiscardedEvent

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where +}

Fields§

§reason: String§category: DataCategory§quantity: u32

Trait Implementations§

source§

impl Clone for DiscardedEvent

source§

fn clone(&self) -> DiscardedEvent

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DiscardedEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DiscardedEvent

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl PartialEq for DiscardedEvent

source§

fn eq(&self, other: &DiscardedEvent) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for DiscardedEvent

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where diff --git a/relay_event_schema/protocol/struct.Measurement.html b/relay_event_schema/protocol/struct.Measurement.html index 58aea9ee5d..8a8a17ab1c 100644 --- a/relay_event_schema/protocol/struct.Measurement.html +++ b/relay_event_schema/protocol/struct.Measurement.html @@ -1,9 +1,9 @@ Measurement in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::Measurement

source ·
pub struct Measurement {
     pub value: Annotated<f64>,
-    pub unit: Annotated<MetricUnit>,
+    pub unit: Annotated<MetricUnit>,
 }
Expand description

An individual observed measurement.

Fields§

§value: Annotated<f64>

Value of observed measurement value.

-
§unit: Annotated<MetricUnit>

The unit of this measurement, defaulting to no unit.

+
§unit: Annotated<MetricUnit>

The unit of this measurement, defaulting to no unit.

Trait Implementations§

source§

impl Clone for Measurement

source§

fn clone(&self) -> Measurement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Measurement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Measurement

source§

fn default() -> Measurement

Returns the “default value” for a type. Read more
source§

impl Empty for Measurement

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
source§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromValue for Measurement

source§

fn from_value(__value: Annotated<Value>) -> Annotated<Self>

Creates a meta structure from an annotated boxed value.
source§

impl IntoValue for Measurement

source§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( &self, __serializer: S, diff --git a/relay_event_schema/protocol/struct.ParseEventTypeError.html b/relay_event_schema/protocol/struct.ParseEventTypeError.html index 12cc835094..fd76f000fd 100644 --- a/relay_event_schema/protocol/struct.ParseEventTypeError.html +++ b/relay_event_schema/protocol/struct.ParseEventTypeError.html @@ -1,5 +1,5 @@ -ParseEventTypeError in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::ParseEventTypeError

pub struct ParseEventTypeError;
Expand description

An error used when parsing EventType.

-

Trait Implementations§

§

impl Clone for ParseEventTypeError

§

fn clone(&self) -> ParseEventTypeError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseEventTypeError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseEventTypeError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseEventTypeError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl Copy for ParseEventTypeError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +ParseEventTypeError in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::ParseEventTypeError

source ·
pub struct ParseEventTypeError;
Expand description

An error used when parsing EventType.

+

Trait Implementations§

source§

impl Clone for ParseEventTypeError

source§

fn clone(&self) -> ParseEventTypeError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParseEventTypeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for ParseEventTypeError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Error for ParseEventTypeError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Copy for ParseEventTypeError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/struct.ParseSpanStatusError.html b/relay_event_schema/protocol/struct.ParseSpanStatusError.html index 486e41fee0..781b53db7b 100644 --- a/relay_event_schema/protocol/struct.ParseSpanStatusError.html +++ b/relay_event_schema/protocol/struct.ParseSpanStatusError.html @@ -1,5 +1,5 @@ -ParseSpanStatusError in relay_event_schema::protocol - Rust
pub struct ParseSpanStatusError;
Expand description

Error parsing a SpanStatus.

-

Trait Implementations§

§

impl Clone for ParseSpanStatusError

§

fn clone(&self) -> ParseSpanStatusError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseSpanStatusError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseSpanStatusError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseSpanStatusError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl Copy for ParseSpanStatusError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +ParseSpanStatusError in relay_event_schema::protocol - Rust
pub struct ParseSpanStatusError;
Expand description

Error parsing a SpanStatus.

+

Trait Implementations§

source§

impl Clone for ParseSpanStatusError

source§

fn clone(&self) -> ParseSpanStatusError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParseSpanStatusError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for ParseSpanStatusError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Error for ParseSpanStatusError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Copy for ParseSpanStatusError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_filter/trait.Filterable.html b/relay_filter/trait.Filterable.html index 87c2604542..fa35a5d05c 100644 --- a/relay_filter/trait.Filterable.html +++ b/relay_filter/trait.Filterable.html @@ -1,20 +1,20 @@ Filterable in relay_filter - Rust

Trait relay_filter::Filterable

source ·
pub trait Filterable {
     // Required methods
-    fn csp(&self) -> Option<&Csp>;
-    fn exceptions(&self) -> Option<&Values<Exception>>;
+    fn csp(&self) -> Option<&Csp>;
+    fn exceptions(&self) -> Option<&Values<Exception>>;
     fn ip_addr(&self) -> Option<&str>;
-    fn logentry(&self) -> Option<&LogEntry>;
+    fn logentry(&self) -> Option<&LogEntry>;
     fn release(&self) -> Option<&str>;
     fn transaction(&self) -> Option<&str>;
     fn url(&self) -> Option<Url>;
     fn user_agent(&self) -> Option<&str>;
 }
Expand description

A data item to which filters can be applied.

-

Required Methods§

source

fn csp(&self) -> Option<&Csp>

The CSP report contained in the item. Only for CSP reports.

-
source

fn exceptions(&self) -> Option<&Values<Exception>>

The exception values of the item. Only for error events.

+

Required Methods§

source

fn csp(&self) -> Option<&Csp>

The CSP report contained in the item. Only for CSP reports.

+
source

fn exceptions(&self) -> Option<&Values<Exception>>

The exception values of the item. Only for error events.

source

fn ip_addr(&self) -> Option<&str>

The IP address of the client that sent the data.

-
source

fn logentry(&self) -> Option<&LogEntry>

The logentry message. Only for error events.

+
source

fn logentry(&self) -> Option<&LogEntry>

The logentry message. Only for error events.

source

fn release(&self) -> Option<&str>

The release string of the data item.

source

fn transaction(&self) -> Option<&str>

The transaction name. Only for transaction events.

source

fn url(&self) -> Option<Url>

The URL from which the request originates. Used for localhost filtering.

source

fn user_agent(&self) -> Option<&str>

The user agent of the client that sent the data.

-

Implementations on Foreign Types§

source§

impl Filterable for Event

source§

impl Filterable for Replay

source§

impl Filterable for Span

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl Filterable for Event

source§

fn csp(&self) -> Option<&Csp>

source§

fn exceptions(&self) -> Option<&Values<Exception>>

source§

fn ip_addr(&self) -> Option<&str>

source§

fn logentry(&self) -> Option<&LogEntry>

source§

fn release(&self) -> Option<&str>

source§

fn transaction(&self) -> Option<&str>

source§

fn url(&self) -> Option<Url>

source§

fn user_agent(&self) -> Option<&str>

source§

impl Filterable for Replay

source§

fn csp(&self) -> Option<&Csp>

source§

fn exceptions(&self) -> Option<&Values<Exception>>

source§

fn ip_addr(&self) -> Option<&str>

source§

fn logentry(&self) -> Option<&LogEntry>

source§

fn release(&self) -> Option<&str>

source§

fn transaction(&self) -> Option<&str>

source§

fn url(&self) -> Option<Url>

source§

fn user_agent(&self) -> Option<&str>

source§

impl Filterable for Span

source§

fn csp(&self) -> Option<&Csp>

source§

fn exceptions(&self) -> Option<&Values<Exception>>

source§

fn ip_addr(&self) -> Option<&str>

source§

fn logentry(&self) -> Option<&LogEntry>

source§

fn release(&self) -> Option<&str>

source§

fn transaction(&self) -> Option<&str>

source§

fn url(&self) -> Option<Url>

source§

fn user_agent(&self) -> Option<&str>

Implementors§

\ No newline at end of file diff --git a/relay_monitors/fn.process_check_in.html b/relay_monitors/fn.process_check_in.html index 9fe336bc31..ab1054adb2 100644 --- a/relay_monitors/fn.process_check_in.html +++ b/relay_monitors/fn.process_check_in.html @@ -1,5 +1,5 @@ process_check_in in relay_monitors - Rust

Function relay_monitors::process_check_in

source ·
pub fn process_check_in(
     payload: &[u8],
-    project_id: ProjectId
+    project_id: ProjectId
 ) -> Result<ProcessedCheckInResult, ProcessCheckInError>
Expand description

Normalizes a monitor check-in payload.

\ No newline at end of file diff --git a/relay_spans/fn.otel_to_sentry_span.html b/relay_spans/fn.otel_to_sentry_span.html index d3b789fc70..ca3aacb97c 100644 --- a/relay_spans/fn.otel_to_sentry_span.html +++ b/relay_spans/fn.otel_to_sentry_span.html @@ -1,2 +1,2 @@ -otel_to_sentry_span in relay_spans - Rust

Function relay_spans::otel_to_sentry_span

source ·
pub fn otel_to_sentry_span(otel_span: Span) -> Span
Expand description

Transform an OtelSpan to a Sentry span.

+otel_to_sentry_span in relay_spans - Rust

Function relay_spans::otel_to_sentry_span

source ·
pub fn otel_to_sentry_span(otel_span: Span) -> Span
Expand description

Transform an OtelSpan to a Sentry span.

\ No newline at end of file