Struct slack_api::files::InfoRequest [] [src]

pub struct InfoRequest<'a> {
    pub file: &'a str,
    pub count: Option<u32>,
    pub page: Option<u32>,
}

Fields

Specify a file by providing its ID.

Number of items to return per page.

Page number of results to return.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.