Enum slack_hook::SlackColor
[−]
[src]
pub enum SlackColor {
Good,
Warning,
Danger,
}Default slack colors built-in to the API See: https://api.slack.com/docs/attachments
Variants
Goodgreen
Warningorange
Dangerred
Trait Implementations
impl Copy for SlackColor[src]
impl Clone for SlackColor[src]
fn clone(&self) -> SlackColor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for SlackColor[src]
impl Display for SlackColor[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more