pub struct Futures(/* private fields */);
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Futures
impl RefUnwindSafe for Futures
impl Send for Futures
impl Sync for Futures
impl Unpin for Futures
impl UnwindSafe for Futures
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