Struct cdp::network::SetCookieResponse
[−]
[src]
pub struct SetCookieResponse { pub success: bool, }
[Experimental] Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.
Command Network.setCookie
Domain Module: cdp::network
Command Struct: cdp::network::SetCookieCommand
Response Struct: cdp::network::SetCookieResponse
Fields
success: bool
True if successfully set cookie.
Trait Implementations
impl Clone for SetCookieResponse
[src]
fn clone(&self) -> SetCookieResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for SetCookieResponse
[src]
impl PartialEq for SetCookieResponse
[src]
fn eq(&self, __arg_0: &SetCookieResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SetCookieResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for SetCookieResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Network.setCookie"