pub struct ClientConnectionReadHalf { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ClientConnectionReadHalf
impl !RefUnwindSafe for ClientConnectionReadHalf
impl Send for ClientConnectionReadHalf
impl Sync for ClientConnectionReadHalf
impl Unpin for ClientConnectionReadHalf
impl !UnwindSafe for ClientConnectionReadHalf
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