Struct cdp::page::GetNavigationHistoryCommand [] [src]

pub struct GetNavigationHistoryCommand;

[Experimental] Returns navigation history for the current page.

Command Page.getNavigationHistory

Domain Module: cdp::page
Command Struct: cdp::page::GetNavigationHistoryCommand
Response Struct: cdp::page::GetNavigationHistoryResponse

Trait Implementations

impl Clone for GetNavigationHistoryCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetNavigationHistoryCommand
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for GetNavigationHistoryCommand
[src]

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

impl SerializeCdpCommand for GetNavigationHistoryCommand
[src]

[src]

[src]

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

[src]

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