pub struct KeepAliveConfig {
    pub enable: bool,
    pub idle: Duration,
    pub interval: Duration,
    pub count: u32,
}Fields§
§enable: boolEnable keep-alive timeout
idle: DurationKeep-alive idle time (second)
interval: DurationKeep-alive interval time (second)
count: u32Keep-alive packet retry send count
Trait Implementations§
Source§impl Clone for KeepAliveConfig
 
impl Clone for KeepAliveConfig
Source§fn clone(&self) -> KeepAliveConfig
 
fn clone(&self) -> KeepAliveConfig
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto Trait Implementations§
impl Freeze for KeepAliveConfig
impl RefUnwindSafe for KeepAliveConfig
impl Send for KeepAliveConfig
impl Sync for KeepAliveConfig
impl Unpin for KeepAliveConfig
impl UnwindSafe for KeepAliveConfig
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)