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