Enum hubcaps::hooks::WebHookContentType[][src]

pub enum WebHookContentType {
    Json,
    Form,
}

Content-Type web hooks will receive deliveries in

Variants

application/json

application/x-form-url-encoded

Trait Implementations

impl Debug for WebHookContentType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for WebHookContentType
[src]

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

This method tests for !=.

impl Default for WebHookContentType
[src]

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

impl Display for WebHookContentType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations