Struct slack_api::Paging [] [src]

pub struct Paging {
    pub count: Option<i32>,
    pub page: Option<i32>,
    pub pages: Option<i32>,
    pub total: Option<i32>,
}

Fields

Trait Implementations

impl Clone for Paging
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Paging
[src]

Formats the value using the given formatter.