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. Read more

impl Serialize for Parse
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Parse

impl Sync for Parse