Struct headless_chrome::protocol::cdp::Debugger::SetBlackboxedRanges
source · pub struct SetBlackboxedRanges {
pub script_id: ScriptId,
pub positions: Vec<ScriptPosition>,
}Fields§
§script_id: ScriptId§positions: Vec<ScriptPosition>Trait Implementations§
source§impl Clone for SetBlackboxedRanges
impl Clone for SetBlackboxedRanges
source§fn clone(&self) -> SetBlackboxedRanges
fn clone(&self) -> SetBlackboxedRanges
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 SetBlackboxedRanges
impl Debug for SetBlackboxedRanges
source§impl<'de> Deserialize<'de> for SetBlackboxedRanges
impl<'de> Deserialize<'de> for SetBlackboxedRanges
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