Struct sc_telemetry::TelemetryEndpoints [−][src]
pub struct TelemetryEndpoints(_);
List of telemetry servers we want to talk to. Contains the URL of the server, and the maximum verbosity level.
The URL string can be either a URL or a multiaddress.
Implementations
impl TelemetryEndpoints
[src]
impl TelemetryEndpoints
[src]impl TelemetryEndpoints
[src]
impl TelemetryEndpoints
[src]Trait Implementations
impl Clone for TelemetryEndpoints
[src]
impl Clone for TelemetryEndpoints
[src]fn clone(&self) -> TelemetryEndpoints
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for TelemetryEndpoints
[src]
impl<'de> Deserialize<'de> for TelemetryEndpoints
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Hash for TelemetryEndpoints
[src]
impl Hash for TelemetryEndpoints
[src]impl PartialEq<TelemetryEndpoints> for TelemetryEndpoints
[src]
impl PartialEq<TelemetryEndpoints> for TelemetryEndpoints
[src]fn eq(&self, other: &TelemetryEndpoints) -> bool
[src]
fn ne(&self, other: &TelemetryEndpoints) -> bool
[src]
impl Serialize for TelemetryEndpoints
[src]
impl Serialize for TelemetryEndpoints
[src]impl Eq for TelemetryEndpoints
[src]
impl StructuralEq for TelemetryEndpoints
[src]
impl StructuralPartialEq for TelemetryEndpoints
[src]
Auto Trait Implementations
impl RefUnwindSafe for TelemetryEndpoints
impl Send for TelemetryEndpoints
impl Sync for TelemetryEndpoints
impl Unpin for TelemetryEndpoints
impl UnwindSafe for TelemetryEndpoints
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,