Struct headless_chrome::protocol::cdp::Network::events::WebSocketFrameErrorEventParams
source · pub struct WebSocketFrameErrorEventParams {
pub request_id: RequestId,
pub timestamp: MonotonicTime,
pub error_message: String,
}Fields§
§request_id: RequestId§timestamp: MonotonicTime§error_message: StringTrait Implementations§
source§impl Clone for WebSocketFrameErrorEventParams
impl Clone for WebSocketFrameErrorEventParams
source§fn clone(&self) -> WebSocketFrameErrorEventParams
fn clone(&self) -> WebSocketFrameErrorEventParams
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 moresource§impl<'de> Deserialize<'de> for WebSocketFrameErrorEventParams
impl<'de> Deserialize<'de> for WebSocketFrameErrorEventParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more