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