pub struct AsyncConnection { /* private fields */ }Expand description
ZMQ DEALER connection to an Inferential server (async, tokio-based).
Implementations§
Auto Trait Implementations§
impl Freeze for AsyncConnection
impl !RefUnwindSafe for AsyncConnection
impl Send for AsyncConnection
impl Sync for AsyncConnection
impl Unpin for AsyncConnection
impl UnsafeUnpin for AsyncConnection
impl !UnwindSafe for AsyncConnection
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