pub struct WriteMoreBuf<'a, W: ?Sized, B>where
B: Buf,{ /* private fields */ }Available on crate feature
bytes only.Trait Implementations§
Source§impl<'a, W: Debug + ?Sized, B> Debug for WriteMoreBuf<'a, W, B>
Available on crate feature async only.
impl<'a, W: Debug + ?Sized, B> Debug for WriteMoreBuf<'a, W, B>
Available on crate feature
async only.Source§impl<'a, W: AsyncVariableWritable + Unpin + ?Sized, B: Buf> Future for WriteMoreBuf<'a, W, B>
Available on crate feature async only.
impl<'a, W: AsyncVariableWritable + Unpin + ?Sized, B: Buf> Future for WriteMoreBuf<'a, W, B>
Available on crate feature
async only.Auto Trait Implementations§
impl<'a, W, B> Freeze for WriteMoreBuf<'a, W, B>where
W: ?Sized,
impl<'a, W, B> RefUnwindSafe for WriteMoreBuf<'a, W, B>
impl<'a, W, B> Send for WriteMoreBuf<'a, W, B>
impl<'a, W, B> Sync for WriteMoreBuf<'a, W, B>
impl<'a, W, B> UnsafeUnpin for WriteMoreBuf<'a, W, B>where
W: ?Sized,
impl<'a, W, B> !UnwindSafe for WriteMoreBuf<'a, W, B>
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