Struct slack_api::MessageStandardAttachmentField
[−]
[src]
pub struct MessageStandardAttachmentField {
pub short: Option<bool>,
pub title: Option<String>,
pub value: Option<String>,
}Fields
short: Option<bool>
title: Option<String>
value: Option<String>
Trait Implementations
impl Clone for MessageStandardAttachmentField[src]
fn clone(&self) -> MessageStandardAttachmentField
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more