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