enum DataStreamState {
AwaitingHeader,
InStream,
}Expand description
Parsing state for a unidirectional data stream.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataStreamState
impl RefUnwindSafe for DataStreamState
impl Send for DataStreamState
impl Sync for DataStreamState
impl Unpin for DataStreamState
impl UnsafeUnpin for DataStreamState
impl UnwindSafe for DataStreamState
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