Struct cdp::page::CreateIsolatedWorldResponse [] [src]

pub struct CreateIsolatedWorldResponse {
    pub execution_context_id: ExecutionContextId,
}

[Experimental] Creates an isolated world for the given frame.

Command Page.createIsolatedWorld

Domain Module: cdp::page
Command Struct: cdp::page::CreateIsolatedWorldCommand
Response Struct: cdp::page::CreateIsolatedWorldResponse

Fields

Execution context of the isolated world.

Trait Implementations

impl Clone for CreateIsolatedWorldResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreateIsolatedWorldResponse
[src]

[src]

Formats the value using the given formatter.

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

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

impl<'a> HasCdpCommand<'a> for CreateIsolatedWorldResponse
[src]