pub struct KeepAlive;
Expand description
Enable sending of keep-alive messages on connection-oriented sockets.
Trait Implementations
sourceimpl GetSockOpt for KeepAlive
impl GetSockOpt for KeepAlive
sourceimpl SetSockOpt for KeepAlive
impl SetSockOpt for KeepAlive
impl Copy for KeepAlive
impl Eq for KeepAlive
impl StructuralEq for KeepAlive
impl StructuralPartialEq for KeepAlive
Auto Trait Implementations
impl RefUnwindSafe for KeepAlive
impl Send for KeepAlive
impl Sync for KeepAlive
impl Unpin for KeepAlive
impl UnwindSafe for KeepAlive
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