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
count: Option<i32>
page: Option<i32>
pages: Option<i32>
total: Option<i32>
Trait Implementations
impl Clone for Paging[src]
fn clone(&self) -> Paging
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