Struct slack_hook::Slack[][src]

pub struct Slack { /* fields omitted */ }

Handles sending messages to slack

Methods

impl Slack
[src]

Construct a new instance of slack for a specific incoming url endpoint.

Send payload to slack service

Trait Implementations

impl Debug for Slack
[src]

Formats the value using the given formatter. Read more

impl Clone for Slack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Slack

impl Sync for Slack