Struct slack_api::stars::ListResponseItemChannel
[−]
[src]
pub struct ListResponseItemChannel {
pub channel: String,
pub ty: String,
}Fields
channel: String
ty: String
Trait Implementations
impl Clone for ListResponseItemChannel[src]
fn clone(&self) -> ListResponseItemChannel
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