Struct slack_api::stars::ListResponse
[−]
[src]
pub struct ListResponse { pub items: Option<Vec<ListResponseItem>>, pub paging: Option<Paging>, // some fields omitted }
Fields
items: Option<Vec<ListResponseItem>>
paging: Option<Paging>
Trait Implementations
impl Clone for ListResponse
[src]
fn clone(&self) -> ListResponse
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
impl Debug for ListResponse
[src]
impl<E: Error> Into<Result<ListResponse, ListError<E>>> for ListResponse
[src]
fn into(self) -> Result<ListResponse, ListError<E>>
Performs the conversion.