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