Struct cdp::target::TargetDestroyedEvent [] [src]

pub struct TargetDestroyedEvent<'a> {
    pub target_id: TargetId<'a>,
}

[Experimental] Issued when a target is destroyed.

Event Target.targetDestroyed

Domain Module: cdp::target
Event Struct: cdp::target::TargetDestroyedEvent

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]