pub struct GetProgress { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl IntoFuture for GetProgress
impl IntoFuture for GetProgress
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetProgress as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetProgress as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Auto Trait Implementations§
impl Freeze for GetProgress
impl !RefUnwindSafe for GetProgress
impl Send for GetProgress
impl !Sync for GetProgress
impl Unpin for GetProgress
impl !UnwindSafe for GetProgress
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