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