pub struct PushProgress { /* private fields */ }
Implementations§
Source§impl PushProgress
impl PushProgress
Trait Implementations§
Source§impl IntoFuture for PushProgress
impl IntoFuture for PushProgress
Source§type IntoFuture = Pin<Box<dyn Future<Output = <PushProgress as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <PushProgress 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 PushProgress
impl !RefUnwindSafe for PushProgress
impl Send for PushProgress
impl !Sync for PushProgress
impl Unpin for PushProgress
impl !UnwindSafe for PushProgress
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