Struct cdp::target::AttachedToTargetEvent [] [src]

pub struct AttachedToTargetEvent<'a> {
    pub session_id: SessionId<'a>,
    pub target_info: TargetInfo<'a>,
    pub waiting_for_debugger: bool,
}

[Experimental] Issued when attached to target because of auto-attach or attachToTarget command.

Event Target.attachedToTarget

Domain Module: cdp::target
Event Struct: cdp::target::AttachedToTargetEvent

Fields

Identifier assigned to the session used to send/receive messages.

Trait Implementations

impl<'a> Clone for AttachedToTargetEvent<'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 AttachedToTargetEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for AttachedToTargetEvent<'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> CdpEvent for AttachedToTargetEvent<'a>
[src]

EVENT_NAME: &'static str = "Target.attachedToTarget"

impl<'a> SerializeCdpEvent for AttachedToTargetEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for AttachedToTargetEvent<'a>
[src]

[src]