Struct slack_api::team::BillableInfoResponse [] [src]

pub struct BillableInfoResponse {
    pub billable_info: Option<HashMap<String, bool>>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for BillableInfoResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BillableInfoResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<BillableInfoResponse, BillableInfoError<E>>> for BillableInfoResponse
[src]

Performs the conversion.