pub struct BufferDecodeState<O: 'static> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<IO: AsyncRead + Unpin, O> IoFutureWithOutputState<IO, O> for BufferDecodeState<O>
impl<IO: AsyncRead + Unpin, O> IoFutureWithOutputState<IO, O> for BufferDecodeState<O>
Auto Trait Implementations§
impl<O> Freeze for BufferDecodeState<O>
impl<O> !RefUnwindSafe for BufferDecodeState<O>
impl<O> Send for BufferDecodeState<O>where
O: Sync,
impl<O> Sync for BufferDecodeState<O>where
O: Sync,
impl<O> Unpin for BufferDecodeState<O>
impl<O> !UnwindSafe for BufferDecodeState<O>
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