Struct async_http_codec::internal::buffer_decode::BufferDecodeState
source · [−]pub struct BufferDecodeState<O: 'static> { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<IO: AsyncRead + Unpin, O> IoFutureWithOutputState<IO, O> for BufferDecodeState<O>
impl<IO: AsyncRead + Unpin, O> IoFutureWithOutputState<IO, O> for BufferDecodeState<O>
fn poll(&mut self, cx: &mut Context<'_>, transport: &mut IO) -> Poll<Result<O>>
fn into_future(self, io: IO) -> IoFutureWithOutput<Self, IO, O>ⓘNotable traits for IoFutureWithOutput<S, IO, O>impl<S: IoFutureWithOutputState<IO, O>, IO: Unpin, O> Future for IoFutureWithOutput<S, IO, O> type Output = Result<(IO, O)>;
Auto Trait Implementations
impl<O> !RefUnwindSafe for BufferDecodeState<O>
impl<O> !Send for BufferDecodeState<O>
impl<O> !Sync for BufferDecodeState<O>
impl<O> Unpin for BufferDecodeState<O>
impl<O> !UnwindSafe for BufferDecodeState<O>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more