Struct cdp::log::EntryAddedEvent [] [src]

pub struct EntryAddedEvent<'a> {
    pub entry: LogEntry<'a>,
}

[Experimental] Issued when new message was logged.

Event Log.entryAdded

Domain Module: cdp::log
Event Struct: cdp::log::EntryAddedEvent

Fields

The entry.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Log.entryAdded"

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

[src]

[src]

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

[src]