Struct ws_tool::codec::WebSocketFrameDecoder [−][src]
pub struct WebSocketFrameDecoder {
pub config: FrameConfig,
pub fragmented: bool,
pub fragmented_data: BytesMut,
pub fragmented_type: OpCode,
}Fields
config: FrameConfigfragmented: boolfragmented_data: BytesMutfragmented_type: OpCodeTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WebSocketFrameDecoder
impl Send for WebSocketFrameDecoder
impl Sync for WebSocketFrameDecoder
impl Unpin for WebSocketFrameDecoder
impl UnwindSafe for WebSocketFrameDecoder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more