Struct headless_chrome::protocol::cdp::Browser::CancelDownload
source · pub struct CancelDownload {
pub guid: String,
pub browser_context_id: Option<BrowserContextID>,
}Fields§
§guid: String§browser_context_id: Option<BrowserContextID>Trait Implementations§
source§impl Clone for CancelDownload
impl Clone for CancelDownload
source§fn clone(&self) -> CancelDownload
fn clone(&self) -> CancelDownload
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 CancelDownload
impl Debug for CancelDownload
source§impl<'de> Deserialize<'de> for CancelDownload
impl<'de> Deserialize<'de> for CancelDownload
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