Struct slack_api::MessageStandardAttachmentField [] [src]

pub struct MessageStandardAttachmentField {
    pub short: Option<bool>,
    pub title: Option<String>,
    pub value: Option<String>,
}

Fields

Trait Implementations

impl Clone for MessageStandardAttachmentField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageStandardAttachmentField
[src]

Formats the value using the given formatter.