Struct slack_api::MessageFileComment
[−]
[src]
pub struct MessageFileComment {
pub comment: Option<FileComment>,
pub file: Option<File>,
pub subtype: Option<String>,
pub text: Option<String>,
pub ts: Option<String>,
pub ty: Option<String>,
}Fields
comment: Option<FileComment>
file: Option<File>
subtype: Option<String>
text: Option<String>
ts: Option<String>
ty: Option<String>
Trait Implementations
impl Clone for MessageFileComment[src]
fn clone(&self) -> MessageFileComment
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