pub struct GateTask<F>where
F: Future,{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<F> Freeze for GateTask<F>
impl<F> RefUnwindSafe for GateTask<F>
impl<F> Send for GateTask<F>
impl<F> Sync for GateTask<F>
impl<F> Unpin for GateTask<F>
impl<F> UnsafeUnpin for GateTask<F>
impl<F> UnwindSafe for GateTask<F>
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