Struct slack_api::team::IntegrationLogsResponse [] [src]

pub struct IntegrationLogsResponse {
    pub logs: Option<Vec<IntegrationLogsResponseLog>>,
    pub paging: Option<Paging>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for IntegrationLogsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IntegrationLogsResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<IntegrationLogsResponse, IntegrationLogsError<E>>> for IntegrationLogsResponse
[src]

Performs the conversion.