Struct slack_api::groups::ListRequest  
                   
                       [−]
                   
               [src]
pub struct ListRequest {
    pub exclude_archived: Option<bool>,
}Fields
exclude_archived: Option<bool>
                           Don't return archived private channels.
Trait Implementations
impl Clone for ListRequest[src]
fn clone(&self) -> ListRequest
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 Default for ListRequest[src]
fn default() -> ListRequest
Returns the "default value" for a type. Read more