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