Enum tinyhttp_internal::http2::frame::HTTP2FrameType
source · pub enum HTTP2FrameType {
Data,
Headers,
Priority,
RST_STREAM,
Settings,
PUSH_PROMISE,
Ping,
GO_AWAY,
WINDOW_UPDATE,
Continuation,
}
Variants§
Trait Implementations§
source§impl Clone for HTTP2FrameType
impl Clone for HTTP2FrameType
source§fn clone(&self) -> HTTP2FrameType
fn clone(&self) -> HTTP2FrameType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more