pub struct TcpKeepInterval;
Expand description
The time (in seconds) between individual keepalive probes.
Trait Implementations
sourceimpl Clone for TcpKeepInterval
impl Clone for TcpKeepInterval
sourcefn clone(&self) -> TcpKeepInterval
fn clone(&self) -> TcpKeepInterval
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TcpKeepInterval
impl Debug for TcpKeepInterval
sourceimpl GetSockOpt for TcpKeepInterval
impl GetSockOpt for TcpKeepInterval
sourceimpl Hash for TcpKeepInterval
impl Hash for TcpKeepInterval
sourceimpl PartialEq<TcpKeepInterval> for TcpKeepInterval
impl PartialEq<TcpKeepInterval> for TcpKeepInterval
sourcefn eq(&self, other: &TcpKeepInterval) -> bool
fn eq(&self, other: &TcpKeepInterval) -> bool
sourceimpl SetSockOpt for TcpKeepInterval
impl SetSockOpt for TcpKeepInterval
impl Copy for TcpKeepInterval
impl Eq for TcpKeepInterval
impl StructuralEq for TcpKeepInterval
impl StructuralPartialEq for TcpKeepInterval
Auto Trait Implementations
impl RefUnwindSafe for TcpKeepInterval
impl Send for TcpKeepInterval
impl Sync for TcpKeepInterval
impl Unpin for TcpKeepInterval
impl UnwindSafe for TcpKeepInterval
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more