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