pub struct Split<R: ReadHalf, W: WriteHalf> { /* private fields */ }
Expand description
A pair of socket read and write halves.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, W> Freeze for Split<R, W>
impl<R, W> RefUnwindSafe for Split<R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> Send for Split<R, W>
impl<R, W> Sync for Split<R, W>
impl<R, W> Unpin for Split<R, W>
impl<R, W> UnwindSafe for Split<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