pub struct TcpKeepCount;
Trait Implementations
sourceimpl Clone for TcpKeepCount
impl Clone for TcpKeepCount
sourcefn clone(&self) -> TcpKeepCount
fn clone(&self) -> TcpKeepCount
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 more
sourceimpl Debug for TcpKeepCount
impl Debug for TcpKeepCount
sourceimpl GetSockOpt for TcpKeepCount
impl GetSockOpt for TcpKeepCount
sourceimpl Hash for TcpKeepCount
impl Hash for TcpKeepCount
sourceimpl PartialEq<TcpKeepCount> for TcpKeepCount
impl PartialEq<TcpKeepCount> for TcpKeepCount
sourceimpl SetSockOpt for TcpKeepCount
impl SetSockOpt for TcpKeepCount
impl Copy for TcpKeepCount
impl Eq for TcpKeepCount
impl StructuralEq for TcpKeepCount
impl StructuralPartialEq for TcpKeepCount
Auto Trait Implementations
impl RefUnwindSafe for TcpKeepCount
impl Send for TcpKeepCount
impl Sync for TcpKeepCount
impl Unpin for TcpKeepCount
impl UnwindSafe for TcpKeepCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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