Struct chromiumoxide::cdp::browser_protocol::network::ClearBrowserCacheParams
source · pub struct ClearBrowserCacheParams {}Expand description
Clears browser cache. clearBrowserCache
Implementations§
source§impl ClearBrowserCacheParams
impl ClearBrowserCacheParams
pub const IDENTIFIER: &'static str = "Network.clearBrowserCache"
Trait Implementations§
source§impl Clone for ClearBrowserCacheParams
impl Clone for ClearBrowserCacheParams
source§fn clone(&self) -> ClearBrowserCacheParams
fn clone(&self) -> ClearBrowserCacheParams
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 Command for ClearBrowserCacheParams
impl Command for ClearBrowserCacheParams
§type Response = ClearBrowserCacheReturns
type Response = ClearBrowserCacheReturns
The type of the response this request triggers on the chromium server
source§impl Debug for ClearBrowserCacheParams
impl Debug for ClearBrowserCacheParams
source§impl Default for ClearBrowserCacheParams
impl Default for ClearBrowserCacheParams
source§fn default() -> ClearBrowserCacheParams
fn default() -> ClearBrowserCacheParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClearBrowserCacheParams
impl<'de> Deserialize<'de> for ClearBrowserCacheParams
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ClearBrowserCacheParams, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ClearBrowserCacheParams, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Method for ClearBrowserCacheParams
impl Method for ClearBrowserCacheParams
source§fn identifier(&self) -> Cow<'static, str>
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like:
DOM.removeNodesource§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOMsource§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNodesource§impl MethodType for ClearBrowserCacheParams
impl MethodType for ClearBrowserCacheParams
source§impl PartialEq<ClearBrowserCacheParams> for ClearBrowserCacheParams
impl PartialEq<ClearBrowserCacheParams> for ClearBrowserCacheParams
source§fn eq(&self, other: &ClearBrowserCacheParams) -> bool
fn eq(&self, other: &ClearBrowserCacheParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ClearBrowserCacheParams
impl Serialize for ClearBrowserCacheParams
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more