pub struct OwnedReadHalf { /* private fields */ }Available on crate feature
tokio_support only.Expand description
An owned read half of a Tokio-based local socket stream, obtained by splitting a LocalSocketStream.
§Examples
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnedReadHalf
impl RefUnwindSafe for OwnedReadHalf
impl Send for OwnedReadHalf
impl Sync for OwnedReadHalf
impl Unpin for OwnedReadHalf
impl UnwindSafe for OwnedReadHalf
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