Struct headless_chrome::protocol::cdp::Target::SetAutoAttach
source · pub struct SetAutoAttach {
pub auto_attach: bool,
pub wait_for_debugger_on_start: bool,
pub flatten: Option<bool>,
}Fields§
§auto_attach: bool§wait_for_debugger_on_start: bool§flatten: Option<bool>Trait Implementations§
source§impl Clone for SetAutoAttach
impl Clone for SetAutoAttach
source§fn clone(&self) -> SetAutoAttach
fn clone(&self) -> SetAutoAttach
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 SetAutoAttach
impl Debug for SetAutoAttach
source§impl<'de> Deserialize<'de> for SetAutoAttach
impl<'de> Deserialize<'de> for SetAutoAttach
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