Struct headless_chrome::protocol::cdp::Input::DragDataItem
source · pub struct DragDataItem {
pub mime_type: String,
pub data: String,
pub title: Option<String>,
pub base_url: Option<String>,
}Fields§
§mime_type: String§data: String§title: Option<String>§base_url: Option<String>Trait Implementations§
source§impl Clone for DragDataItem
impl Clone for DragDataItem
source§fn clone(&self) -> DragDataItem
fn clone(&self) -> DragDataItem
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 DragDataItem
impl Debug for DragDataItem
source§impl<'de> Deserialize<'de> for DragDataItem
impl<'de> Deserialize<'de> for DragDataItem
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