pub struct DealerSendHalf { /* private fields */ }Expand description
The send half of a DealerSocket produced by DealerSocket::split.
Trait Implementations§
impl CaptureSocket for DealerSendHalf
Source§impl SocketSend for DealerSendHalf
impl SocketSend for DealerSendHalf
Auto Trait Implementations§
impl !RefUnwindSafe for DealerSendHalf
impl !UnwindSafe for DealerSendHalf
impl Freeze for DealerSendHalf
impl Send for DealerSendHalf
impl Sync for DealerSendHalf
impl Unpin for DealerSendHalf
impl UnsafeUnpin for DealerSendHalf
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