Enum rust_rcs_core::http::response::StreamState
source · pub enum StreamState {
DecodeHeader,
DecodeBody(TransferMethod, PollSender<Result<Vec<u8>>>, usize, Option<Result<Vec<u8>>>, bool, bool),
}
Variants§
DecodeHeader
DecodeBody(TransferMethod, PollSender<Result<Vec<u8>>>, usize, Option<Result<Vec<u8>>>, bool, bool)
Auto Trait Implementations§
impl !RefUnwindSafe for StreamState
impl Send for StreamState
impl Sync for StreamState
impl Unpin for StreamState
impl !UnwindSafe for StreamState
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