pub struct Strat9Runtime;Trait Implementations§
Source§impl Socket<Strat9Runtime> for TcpSocket
impl Socket<Strat9Runtime> for TcpSocket
Source§fn split(&mut self) -> (TcpReadHalf, TcpWriteHalf)
fn split(&mut self) -> (TcpReadHalf, TcpWriteHalf)
Implements split.
Source§type ReadHalf<'a> = TcpReadHalf
type ReadHalf<'a> = TcpReadHalf
The “read” half of the socket
Source§type WriteHalf<'a> = TcpWriteHalf
type WriteHalf<'a> = TcpWriteHalf
The “write” half of the socket
Source§impl Timer<Strat9Runtime> for Strat9Timer
impl Timer<Strat9Runtime> for Strat9Timer
Auto Trait Implementations§
impl Freeze for Strat9Runtime
impl RefUnwindSafe for Strat9Runtime
impl Send for Strat9Runtime
impl Sync for Strat9Runtime
impl Unpin for Strat9Runtime
impl UnsafeUnpin for Strat9Runtime
impl UnwindSafe for Strat9Runtime
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