Enum slack_bk::blocks::Block[][src]

pub enum Block {
    Actions(Actions),
    Context(Context),
    Divider(Divider),
    File(File),
    Header(Header),
    Image(Image),
    Input(Input),
    Section(Section),
}

Variants

Actions(Actions)

Tuple Fields of Actions

0: Actions
Context(Context)

Tuple Fields of Context

0: Context
Divider(Divider)

Tuple Fields of Divider

0: Divider
File(File)

Tuple Fields of File

0: File
Header(Header)

Tuple Fields of Header

0: Header
Image(Image)

Tuple Fields of Image

0: Image
Input(Input)

Tuple Fields of Input

0: Input
Section(Section)

Tuple Fields of Section

0: Section

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.