Struct slack_api::users_profile::GetRequest[][src]

pub struct GetRequest<'a> {
    pub user: Option<&'a str>,
    pub include_labels: Option<bool>,
}

Fields

User to retrieve profile info for

Include labels for each ID in custom profile fields

Trait Implementations

impl<'a> Clone for GetRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for GetRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for GetRequest<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for GetRequest<'a>

impl<'a> Sync for GetRequest<'a>