pub struct TcpCospConnection<R: CotpReader, W: CotpWriter> { /* private fields */ }Trait Implementations§
Source§impl<R: CotpReader, W: CotpWriter> CospConnection for TcpCospConnection<R, W>
impl<R: CotpReader, W: CotpWriter> CospConnection for TcpCospConnection<R, W>
async fn split(self) -> Result<(impl CospReader, impl CospWriter), CospError>
Auto Trait Implementations§
impl<R, W> Freeze for TcpCospConnection<R, W>
impl<R, W> RefUnwindSafe for TcpCospConnection<R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> Send for TcpCospConnection<R, W>
impl<R, W> Sync for TcpCospConnection<R, W>
impl<R, W> Unpin for TcpCospConnection<R, W>
impl<R, W> UnwindSafe for TcpCospConnection<R, W>where
R: UnwindSafe,
W: UnwindSafe,
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