Struct slack_api::team_profile::GetResponseProfileField [] [src]

pub struct GetResponseProfileField {
    pub hint: Option<String>,
    pub id: Option<String>,
    pub is_hidden: Option<bool>,
    pub label: Option<String>,
    pub options: Option<HashMap<String, String>>,
    pub ordering: Option<i32>,
    pub possible_values: Option<Vec<String>>,
    pub ty: Option<String>,
}

Fields

Trait Implementations

impl Clone for GetResponseProfileField
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponseProfileField
[src]

Formats the value using the given formatter.