Struct slack_api::groups::CreateChildResponse  
                   
                       [−]
                   
               [src]
pub struct CreateChildResponse {
    pub group: Option<Group>,
    // some fields omitted
}Fields
group: Option<Group>
                           Trait Implementations
impl Clone for CreateChildResponse[src]
fn clone(&self) -> CreateChildResponse
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 CreateChildResponse[src]
impl<E: Error> Into<Result<CreateChildResponse, CreateChildError<E>>> for CreateChildResponse[src]
fn into(self) -> Result<CreateChildResponse, CreateChildError<E>>
Performs the conversion.