Enum slack_hook::Parse [] [src]

pub enum Parse {
    Full,
    None,
}

Change how messages are treated.

Variants

Full

None

Trait Implementations

impl Debug for Parse
[src]

Formats the value using the given formatter.

impl Serialize for Parse
[src]

Serialize this value into the given Serde serializer. Read more