Struct cdp::page::NavigateResponse
[−]
[src]
pub struct NavigateResponse<'a> { pub frame_id: FrameId<'a>, }
Navigates current page to the given URL.
Command Page.navigate
Domain Module: cdp::page
Command Struct: cdp::page::NavigateCommand
Response Struct: cdp::page::NavigateResponse
Fields
frame_id: FrameId<'a>
[Experimental] Frame id that will be navigated.
Trait Implementations
impl<'a> Clone for NavigateResponse<'a>
[src]
fn clone(&self) -> NavigateResponse<'a>
[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<'a> Debug for NavigateResponse<'a>
[src]
impl<'a> PartialEq for NavigateResponse<'a>
[src]
fn eq(&self, __arg_0: &NavigateResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NavigateResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for NavigateResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Page.navigate"