Struct slack_api::team::AccessLogsResponse [] [src]

pub struct AccessLogsResponse {
    pub logins: Option<Vec<AccessLogsResponseLogin>>,
    pub paging: Option<Paging>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for AccessLogsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccessLogsResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<AccessLogsResponse, AccessLogsError<E>>> for AccessLogsResponse
[src]

Performs the conversion.