Struct headless_chrome::protocol::cdp::Runtime::PropertyPreview
source · pub struct PropertyPreview {
pub name: String,
pub Type: PropertyPreviewType,
pub value: Option<String>,
pub value_preview: Option<ObjectPreview>,
pub subtype: Option<PropertyPreviewSubtype>,
}
Fields§
§name: String
§Type: PropertyPreviewType
§value: Option<String>
§value_preview: Option<ObjectPreview>
§subtype: Option<PropertyPreviewSubtype>
Trait Implementations§
source§impl Clone for PropertyPreview
impl Clone for PropertyPreview
source§fn clone(&self) -> PropertyPreview
fn clone(&self) -> PropertyPreview
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 PropertyPreview
impl Debug for PropertyPreview
source§impl<'de> Deserialize<'de> for PropertyPreview
impl<'de> Deserialize<'de> for PropertyPreview
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