Struct sse::Event [] [src]

pub struct Event {
    pub id: Option<String>,
    pub event: String,
    pub data: String,
}

Fields

Trait Implementations

impl Default for Event
[src]

[src]

Returns the "default value" for a type. Read more

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

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event