Struct slack_api::channels::ListResponse
[−]
[src]
pub struct ListResponse { pub channels: Option<Vec<Channel>>, // some fields omitted }
Fields
channels: Option<Vec<Channel>>
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.