pub struct PairStreamHandle { /* private fields */ }Expand description
Asynchronous context for request socket.
Trait Implementations§
Source§impl AsyncPull for PairStreamHandle
impl AsyncPull for PairStreamHandle
Source§impl AsyncPush for PairStreamHandle
impl AsyncPush for PairStreamHandle
Auto Trait Implementations§
impl Freeze for PairStreamHandle
impl !RefUnwindSafe for PairStreamHandle
impl Send for PairStreamHandle
impl !Sync for PairStreamHandle
impl Unpin for PairStreamHandle
impl UnsafeUnpin for PairStreamHandle
impl !UnwindSafe for PairStreamHandle
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