Struct headless_chrome::protocol::cdp::Overlay::IsolationModeHighlightConfig
source · pub struct IsolationModeHighlightConfig {
pub resizer_color: Option<RGBA>,
pub resizer_handle_color: Option<RGBA>,
pub mask_color: Option<RGBA>,
}Fields§
§resizer_color: Option<RGBA>§resizer_handle_color: Option<RGBA>§mask_color: Option<RGBA>Trait Implementations§
source§impl Clone for IsolationModeHighlightConfig
impl Clone for IsolationModeHighlightConfig
source§fn clone(&self) -> IsolationModeHighlightConfig
fn clone(&self) -> IsolationModeHighlightConfig
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 IsolationModeHighlightConfig
impl Debug for IsolationModeHighlightConfig
source§impl<'de> Deserialize<'de> for IsolationModeHighlightConfig
impl<'de> Deserialize<'de> for IsolationModeHighlightConfig
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