Struct slack_api::files_comments::EditRequest
[−]
[src]
pub struct EditRequest<'a> {
pub file: &'a str,
pub id: &'a str,
pub comment: &'a str,
}Fields
file: &'a str
File containing the comment to edit.
id: &'a str
The comment to edit.
comment: &'a str
Text of the comment to edit.
Trait Implementations
impl<'a> Clone for EditRequest<'a>[src]
fn clone(&self) -> EditRequest<'a>
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
impl<'a> Default for EditRequest<'a>[src]
fn default() -> EditRequest<'a>
Returns the "default value" for a type. Read more