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 containing the comment to edit.

The comment to edit.

Text of the comment to edit.

Trait Implementations

impl<'a> Clone for EditRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for EditRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for EditRequest<'a>
[src]

Formats the value using the given formatter.