Struct slack_api::team::IntegrationLogsResponse  
                   
                       [−]
                   
               [src]
pub struct IntegrationLogsResponse {
    pub logs: Option<Vec<IntegrationLogsResponseLog>>,
    pub paging: Option<Paging>,
    // some fields omitted
}Fields
logs: Option<Vec<IntegrationLogsResponseLog>>
                           
                           
                           paging: Option<Paging>
                           Trait Implementations
impl Clone for IntegrationLogsResponse[src]
fn clone(&self) -> IntegrationLogsResponse
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 IntegrationLogsResponse[src]
impl<E: Error> Into<Result<IntegrationLogsResponse, IntegrationLogsError<E>>> for IntegrationLogsResponse[src]
fn into(self) -> Result<IntegrationLogsResponse, IntegrationLogsError<E>>
Performs the conversion.