pub struct RepPending { /* private fields */ }Expand description
A zmq REQ socket pending a response.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepPending
impl RefUnwindSafe for RepPending
impl Send for RepPending
impl Sync for RepPending
impl Unpin for RepPending
impl UnwindSafe for RepPending
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