Struct cdp::page::NavigateToHistoryEntryCommand [] [src]

pub struct NavigateToHistoryEntryCommand {
    pub entry_id: i32,
}

[Experimental] Navigates current page to the given history entry.

Command Page.navigateToHistoryEntry

Domain Module: cdp::page
Command Struct: cdp::page::NavigateToHistoryEntryCommand
Response Struct: cdp::page::NavigateToHistoryEntryResponse

Fields

Unique id of the entry to navigate to.

Trait Implementations

impl Clone for NavigateToHistoryEntryCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NavigateToHistoryEntryCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NavigateToHistoryEntryCommand
[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 CdpCommand for NavigateToHistoryEntryCommand
[src]

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

impl SerializeCdpCommand for NavigateToHistoryEntryCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for NavigateToHistoryEntryCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for NavigateToHistoryEntryCommand
[src]