pub struct Flush<'a, Wr: ?Sized, Part> { /* private fields */ }Expand description
Future for flush.
Trait Implementations§
Source§impl<Wr, Part> FusedFuture for Flush<'_, Wr, Part>where
Wr: FusedMultipartWrite<Part> + Unpin,
impl<Wr, Part> FusedFuture for Flush<'_, Wr, Part>where
Wr: FusedMultipartWrite<Part> + Unpin,
Source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true if the underlying future should no longer be polled.Source§impl<Wr: MultipartWrite<Part> + Unpin, Part> Future for Flush<'_, Wr, Part>
impl<Wr: MultipartWrite<Part> + Unpin, Part> Future for Flush<'_, Wr, Part>
impl<Wr: ?Sized + Unpin, Part> Unpin for Flush<'_, Wr, Part>
Auto Trait Implementations§
impl<'a, Wr, Part> Freeze for Flush<'a, Wr, Part>where
Wr: ?Sized,
impl<'a, Wr, Part> RefUnwindSafe for Flush<'a, Wr, Part>where
Wr: RefUnwindSafe + ?Sized,
impl<'a, Wr, Part> Send for Flush<'a, Wr, Part>
impl<'a, Wr, Part> Sync for Flush<'a, Wr, Part>
impl<'a, Wr, Part> !UnwindSafe for Flush<'a, Wr, Part>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more