Struct ws_tool::codec::WebSocketFrameCodec [−][src]
pub struct WebSocketFrameCodec {
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 WebSocketFrameCodec
impl Send for WebSocketFrameCodec
impl Sync for WebSocketFrameCodec
impl Unpin for WebSocketFrameCodec
impl UnwindSafe for WebSocketFrameCodec
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