pub struct isFuture;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for isFuture
impl RefUnwindSafe for isFuture
impl Send for isFuture
impl Sync for isFuture
impl Unpin for isFuture
impl UnwindSafe for isFuture
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