Struct pagersduty::events::v1::EventProcessed [] [src]

pub struct EventProcessed {
    pub status: String,
    pub message: String,
    pub incident_key: String,
}

Fields

Trait Implementations

impl Debug for EventProcessed
[src]

Formats the value using the given formatter.

impl PartialEq for EventProcessed
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.