Struct headless_chrome::protocol::cdp::Runtime::ObjectPreview
source · pub struct ObjectPreview {
pub Type: ObjectPreviewType,
pub subtype: Option<ObjectPreviewSubtype>,
pub description: Option<String>,
pub overflow: bool,
pub properties: Vec<PropertyPreview>,
pub entries: Option<Vec<EntryPreview>>,
}
Fields§
§Type: ObjectPreviewType
§subtype: Option<ObjectPreviewSubtype>
§description: Option<String>
§overflow: bool
§properties: Vec<PropertyPreview>
§entries: Option<Vec<EntryPreview>>
Trait Implementations§
source§impl Clone for ObjectPreview
impl Clone for ObjectPreview
source§fn clone(&self) -> ObjectPreview
fn clone(&self) -> ObjectPreview
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 ObjectPreview
impl Debug for ObjectPreview
source§impl<'de> Deserialize<'de> for ObjectPreview
impl<'de> Deserialize<'de> for ObjectPreview
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