Struct headless_chrome::protocol::cdp::Input::ImeSetComposition
source · pub struct ImeSetComposition {
pub text: String,
pub selection_start: JsUInt,
pub selection_end: JsUInt,
pub replacement_start: Option<JsUInt>,
pub replacement_end: Option<JsUInt>,
}Fields§
§text: String§selection_start: JsUInt§selection_end: JsUInt§replacement_start: Option<JsUInt>§replacement_end: Option<JsUInt>Trait Implementations§
source§impl Clone for ImeSetComposition
impl Clone for ImeSetComposition
source§fn clone(&self) -> ImeSetComposition
fn clone(&self) -> ImeSetComposition
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 ImeSetComposition
impl Debug for ImeSetComposition
source§impl<'de> Deserialize<'de> for ImeSetComposition
impl<'de> Deserialize<'de> for ImeSetComposition
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