Enum slack_hook::Section[][src]

pub enum Section {
    Pretext,
    Text,
    Fields,
}

Sections define parts of an attachment.

Variants

The pretext section.

The text section.

The fields.

Trait Implementations

impl Eq for Section
[src]

impl PartialEq for Section
[src]

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

This method tests for !=.

impl Copy for Section
[src]

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Section
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Section

impl Sync for Section