Struct cdp::target::SetAttachToFramesCommand [] [src]

pub struct SetAttachToFramesCommand {
    pub value: bool,
}

[Experimental]

Command Target.setAttachToFrames

Domain Module: cdp::target
Command Struct: cdp::target::SetAttachToFramesCommand
Response Struct: cdp::target::SetAttachToFramesResponse

Fields

Whether to attach to frames.

Trait Implementations

impl Clone for SetAttachToFramesCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetAttachToFramesCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Target.setAttachToFrames"

impl SerializeCdpCommand for SetAttachToFramesCommand
[src]

[src]

[src]

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

[src]

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