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