pub struct PingConfig {
pub interval: Duration,
pub udp: Config,
}Fields§
§interval: Duration§udp: ConfigTrait Implementations§
source§impl Clone for PingConfig
impl Clone for PingConfig
source§fn clone(&self) -> PingConfig
fn clone(&self) -> PingConfig
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