Enum bao_tree::io::fsm::ResponseDecoderReadingNext
source · pub enum ResponseDecoderReadingNext<M, D> {
More(M),
Done(D),
}Expand description
Next type for ResponseDecoderReading.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<M, D> RefUnwindSafe for ResponseDecoderReadingNext<M, D>where D: RefUnwindSafe, M: RefUnwindSafe,
impl<M, D> Send for ResponseDecoderReadingNext<M, D>where D: Send, M: Send,
impl<M, D> Sync for ResponseDecoderReadingNext<M, D>where D: Sync, M: Sync,
impl<M, D> Unpin for ResponseDecoderReadingNext<M, D>where D: Unpin, M: Unpin,
impl<M, D> UnwindSafe for ResponseDecoderReadingNext<M, D>where D: UnwindSafe, M: UnwindSafe,
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