Struct pagerduty::integration::response::Success [] [src]

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

If the request is well-formatted, PagerDuty will respond with HTTP code 200 and this object.

Fields

status

The string "success"

message

Event processed

incident_key

The key of the incident that will be affected by the request.

Trait Implementations

impl Deserialize for Success

fn deserialize<__D>(deserializer: &mut __D) -> Result<Success, __D::Error> where __D: Deserializer

Derived Implementations

impl Eq for Success

impl PartialEq for Success

fn eq(&self, arg_0: &Success) -> bool

fn ne(&self, arg_0: &Success) -> bool

impl Debug for Success

fn fmt(&self, arg_0: &mut Formatter) -> Result