Struct headless_chrome::protocol::cdp::DOMSnapshot::InlineTextBox
source · pub struct InlineTextBox {
pub bounding_box: Rect,
pub start_character_index: JsUInt,
pub num_characters: JsUInt,
}Fields§
§bounding_box: Rect§start_character_index: JsUInt§num_characters: JsUIntTrait Implementations§
source§impl Clone for InlineTextBox
impl Clone for InlineTextBox
source§fn clone(&self) -> InlineTextBox
fn clone(&self) -> InlineTextBox
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 InlineTextBox
impl Debug for InlineTextBox
source§impl<'de> Deserialize<'de> for InlineTextBox
impl<'de> Deserialize<'de> for InlineTextBox
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