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