Struct slack_api::files_comments::DeleteRequest [] [src]

pub struct DeleteRequest<'a> {
    pub file: &'a str,
    pub id: &'a str,
}

Fields

File to delete a comment from.

The comment to delete.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.