Struct slack_api::pins::ListResponseItemMessage
[−]
[src]
pub struct ListResponseItemMessage {
pub channel: String,
pub created: Option<f32>,
pub created_by: Option<String>,
pub message: Message,
pub ty: String,
}Fields
channel: String
created: Option<f32>
created_by: Option<String>
message: Message
ty: String
Trait Implementations
impl Clone for ListResponseItemMessage[src]
fn clone(&self) -> ListResponseItemMessage
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