pub struct StdTcpInterface {}Expand description
An interface implementation for TCP on std
Trait Implementations§
Source§impl Interface for StdTcpInterface
impl Interface for StdTcpInterface
Source§type Sink = Sink<Arc<BBQueue<BoxedSlice, AtomicCoord, MaiNotSpsc>>>
type Sink = Sink<Arc<BBQueue<BoxedSlice, AtomicCoord, MaiNotSpsc>>>
The Sink is the type used to send messages out of the Profile
Auto Trait Implementations§
impl Freeze for StdTcpInterface
impl RefUnwindSafe for StdTcpInterface
impl Send for StdTcpInterface
impl Sync for StdTcpInterface
impl Unpin for StdTcpInterface
impl UnwindSafe for StdTcpInterface
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