pub struct WriteVectorizedAll<'a, 'b, 'c, T: AsyncWriteUtility + ?Sized>(/* private fields */);
Trait Implementations§
Source§impl<T: AsyncWriteUtility + ?Sized> Future for WriteVectorizedAll<'_, '_, '_, T>
impl<T: AsyncWriteUtility + ?Sized> Future for WriteVectorizedAll<'_, '_, '_, T>
Auto Trait Implementations§
impl<'a, 'b, 'c, T> !Freeze for WriteVectorizedAll<'a, 'b, 'c, T>
impl<'a, 'b, 'c, T> !RefUnwindSafe for WriteVectorizedAll<'a, 'b, 'c, T>
impl<'a, 'b, 'c, T> Send for WriteVectorizedAll<'a, 'b, 'c, T>
impl<'a, 'b, 'c, T> !Sync for WriteVectorizedAll<'a, 'b, 'c, T>
impl<'a, 'b, 'c, T> Unpin for WriteVectorizedAll<'a, 'b, 'c, T>where
T: ?Sized,
impl<'a, 'b, 'c, T> !UnwindSafe for WriteVectorizedAll<'a, 'b, 'c, T>
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