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