Struct slack_api::UserProfileFields [] [src]

pub struct UserProfileFields {
    pub alt: Option<String>,
    pub label: Option<String>,
    pub value: Option<String>,
}

Fields

Trait Implementations

impl Clone for UserProfileFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserProfileFields
[src]

Formats the value using the given formatter.