struct RxFuture {
inner: ReusableBoxFuture<Receiver<()>>,
}Fields§
§inner: ReusableBoxFuture<Receiver<()>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RxFuture
impl !RefUnwindSafe for RxFuture
impl Send for RxFuture
impl Sync for RxFuture
impl Unpin for RxFuture
impl UnsafeUnpin for RxFuture
impl !UnwindSafe for RxFuture
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