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

[Experimental] Frame id that will be navigated.

Trait Implementations

impl<'a> Clone for NavigateResponse<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for NavigateResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for NavigateResponse<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> CdpCommand for NavigateResponse<'a>
[src]

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

impl<'a, 'b> HasCdpCommand<'a> for NavigateResponse<'b>
[src]