Struct headless_chrome::protocol::cdp::Runtime::CustomPreview
source · pub struct CustomPreview {
pub header: String,
pub body_getter_id: Option<RemoteObjectId>,
}
Fields§
§header: String
§body_getter_id: Option<RemoteObjectId>
Trait Implementations§
source§impl Clone for CustomPreview
impl Clone for CustomPreview
source§fn clone(&self) -> CustomPreview
fn clone(&self) -> CustomPreview
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 CustomPreview
impl Debug for CustomPreview
source§impl<'de> Deserialize<'de> for CustomPreview
impl<'de> Deserialize<'de> for CustomPreview
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