Struct headless_chrome::protocol::cdp::Runtime::RemoteObject
source · pub struct RemoteObject {
pub Type: RemoteObjectType,
pub subtype: Option<RemoteObjectSubtype>,
pub class_name: Option<String>,
pub value: Option<Json>,
pub unserializable_value: Option<UnserializableValue>,
pub description: Option<String>,
pub object_id: Option<RemoteObjectId>,
pub preview: Option<ObjectPreview>,
pub custom_preview: Option<CustomPreview>,
}
Fields§
§Type: RemoteObjectType
§subtype: Option<RemoteObjectSubtype>
§class_name: Option<String>
§value: Option<Json>
§unserializable_value: Option<UnserializableValue>
§description: Option<String>
§object_id: Option<RemoteObjectId>
§preview: Option<ObjectPreview>
§custom_preview: Option<CustomPreview>
Trait Implementations§
source§impl Clone for RemoteObject
impl Clone for RemoteObject
source§fn clone(&self) -> RemoteObject
fn clone(&self) -> RemoteObject
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 RemoteObject
impl Debug for RemoteObject
source§impl<'de> Deserialize<'de> for RemoteObject
impl<'de> Deserialize<'de> for RemoteObject
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