Struct Telemetry Ref
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct TelemetryRef {
pub relay_enabled: bool,
pub metadata: BTreeMap<String, Value>,
}
Reference to telemetry emitted by Relay or another configured telemetry path.
Fields
relay_enabled: bool
Whether Relay was enabled for this run.
metadata: BTreeMap<String, Value>
Telemetry metadata.
Trait Implementations
impl Clone for TelemetryRef
impl Clone for TelemetryRef
clone
fn clone(&self) -> TelemetryRef
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for TelemetryRef
impl Debug for TelemetryRef
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for TelemetryRef
impl<'de> Deserialize<'de> for TelemetryRef
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for TelemetryRef
impl JsonSchema for TelemetryRef
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for TelemetryRef
impl PartialEq for TelemetryRef
eq
fn eq(&self, other: &TelemetryRef) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for TelemetryRef
impl Serialize for TelemetryRef
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for TelemetryRef
impl StructuralPartialEq for TelemetryRef