pub struct DynamicWriteFuture<'p> { /* private fields */ }
Expand description
Future returned by DynamicWriter::write
.
Trait Implementations§
Source§impl<'p, M, const N: usize> From<WriteFuture<'p, M, N>> for DynamicWriteFuture<'p>where
M: RawMutex,
impl<'p, M, const N: usize> From<WriteFuture<'p, M, N>> for DynamicWriteFuture<'p>where
M: RawMutex,
Source§fn from(value: WriteFuture<'p, M, N>) -> Self
fn from(value: WriteFuture<'p, M, N>) -> Self
Converts to this type from the input type.
Source§impl<'p> Future for DynamicWriteFuture<'p>
impl<'p> Future for DynamicWriteFuture<'p>
impl<'p> Unpin for DynamicWriteFuture<'p>
Auto Trait Implementations§
impl<'p> Freeze for DynamicWriteFuture<'p>
impl<'p> !RefUnwindSafe for DynamicWriteFuture<'p>
impl<'p> !Send for DynamicWriteFuture<'p>
impl<'p> !Sync for DynamicWriteFuture<'p>
impl<'p> !UnwindSafe for DynamicWriteFuture<'p>
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