pub struct TelemetryConnectionNotifier { /* private fields */ }
Expand description
Used to create a stream of events with only one event: when a telemetry connection (re-)establishes.
Trait Implementations§
source§impl Clone for TelemetryConnectionNotifier
impl Clone for TelemetryConnectionNotifier
source§fn clone(&self) -> TelemetryConnectionNotifier
fn clone(&self) -> TelemetryConnectionNotifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more