pub struct Recv<'a, 'b, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,{ /* private fields */ }Trait Implementations§
Source§impl<'a, Q, T, R, M> Future for Recv<'a, '_, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<'a, Q, T, R, M> Future for Recv<'a, '_, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
impl<Q, T, R, M> Sync for Recv<'_, '_, Q, T, R, M>where
Q: BbqHandle,
T: Serialize + Clone,
R: ScopedRawMutex + 'static,
M: InterfaceManager + 'static,
Auto Trait Implementations§
impl<'a, 'b, Q, T, R, M> Freeze for Recv<'a, 'b, Q, T, R, M>
impl<'a, 'b, Q, T, R, M> !RefUnwindSafe for Recv<'a, 'b, Q, T, R, M>
impl<'a, 'b, Q, T, R, M> Send for Recv<'a, 'b, Q, T, R, M>
impl<'a, 'b, Q, T, R, M> Unpin for Recv<'a, 'b, Q, T, R, M>
impl<'a, 'b, Q, T, R, M> !UnwindSafe for Recv<'a, 'b, Q, T, R, M>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more