Struct headless_chrome::protocol::cdp::LayerTree::CompositingReasons
source · pub struct CompositingReasons {
pub layer_id: LayerId,
}Fields§
§layer_id: LayerIdTrait Implementations§
source§impl Clone for CompositingReasons
impl Clone for CompositingReasons
source§fn clone(&self) -> CompositingReasons
fn clone(&self) -> CompositingReasons
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 CompositingReasons
impl Debug for CompositingReasons
source§impl<'de> Deserialize<'de> for CompositingReasons
impl<'de> Deserialize<'de> for CompositingReasons
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