pub struct Rx<R> { /* private fields */ }Expand description
Read half. Replies arrive in whatever order the server finishes them, which is why every reply carries the request id back.
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Rx<R>where
R: Freeze,
impl<R> RefUnwindSafe for Rx<R>where
R: RefUnwindSafe,
impl<R> Send for Rx<R>where
R: Send,
impl<R> Sync for Rx<R>where
R: Sync,
impl<R> Unpin for Rx<R>where
R: Unpin,
impl<R> UnsafeUnpin for Rx<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for Rx<R>where
R: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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