Struct slack_api::UserProfileFields
[−]
[src]
pub struct UserProfileFields {
pub alt: Option<String>,
pub label: Option<String>,
pub value: Option<String>,
}Fields
alt: Option<String>
label: Option<String>
value: Option<String>
Trait Implementations
impl Clone for UserProfileFields[src]
fn clone(&self) -> UserProfileFields
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more