pub struct Future<T: Send + 'static> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Future<T>
impl<T> RefUnwindSafe for Future<T>
impl<T> Send for Future<T>
impl<T> !Sync for Future<T>
impl<T> Unpin for Future<T>
impl<T> UnwindSafe for Future<T>
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