Struct headless_chrome::protocol::cdp::Network::GetResponseBody
source · pub struct GetResponseBody {
pub request_id: RequestId,
}Fields§
§request_id: RequestIdTrait Implementations§
source§impl Clone for GetResponseBody
impl Clone for GetResponseBody
source§fn clone(&self) -> GetResponseBody
fn clone(&self) -> GetResponseBody
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 Debug for GetResponseBody
impl Debug for GetResponseBody
source§impl<'de> Deserialize<'de> for GetResponseBody
impl<'de> Deserialize<'de> for GetResponseBody
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