pub struct GetProgress { /* private fields */ }
Implementations§
Source§impl GetProgress
impl GetProgress
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?
Source§fn into_future(self) -> BoxFuture<Self::Output>
fn into_future(self) -> BoxFuture<Self::Output>
Creates a future from a value. Read more
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