Struct cdp::page::DeleteCookieResponse [] [src]

pub struct DeleteCookieResponse;

[Experimental] Deletes browser cookie with given name, domain and path.

Command Page.deleteCookie

Domain Module: cdp::page
Command Struct: cdp::page::DeleteCookieCommand
Response Struct: cdp::page::DeleteCookieResponse

Trait Implementations

impl Clone for DeleteCookieResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeleteCookieResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DeleteCookieResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for DeleteCookieResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for DeleteCookieResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for DeleteCookieResponse
[src]

COMMAND_NAME: &'static str = "Page.deleteCookie"

impl<'a> HasCdpCommand<'a> for DeleteCookieResponse
[src]