Struct ntex_tokio::SocketOptions
source · pub struct SocketOptions(/* private fields */);
Expand description
Query TCP Io connections for a handle to set socket options
Implementations§
Auto Trait Implementations§
impl Freeze for SocketOptions
impl !RefUnwindSafe for SocketOptions
impl !Send for SocketOptions
impl !Sync for SocketOptions
impl Unpin for SocketOptions
impl !UnwindSafe for SocketOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more