Struct headless_chrome::protocol::cdp::Runtime::GetProperties
source · pub struct GetProperties {
pub object_id: RemoteObjectId,
pub own_properties: Option<bool>,
pub accessor_properties_only: Option<bool>,
pub generate_preview: Option<bool>,
pub non_indexed_properties_only: Option<bool>,
}Fields§
§object_id: RemoteObjectId§own_properties: Option<bool>§accessor_properties_only: Option<bool>§generate_preview: Option<bool>§non_indexed_properties_only: Option<bool>Trait Implementations§
source§impl Clone for GetProperties
impl Clone for GetProperties
source§fn clone(&self) -> GetProperties
fn clone(&self) -> GetProperties
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 GetProperties
impl Debug for GetProperties
source§impl<'de> Deserialize<'de> for GetProperties
impl<'de> Deserialize<'de> for GetProperties
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