Struct slack_morphism_models::SlackUser
source · [−]pub struct SlackUser {Show 13 fields
pub id: SlackUserId,
pub team_id: SlackTeamId,
pub name: Option<String>,
pub locale: Option<SlackLocale>,
pub profile: Option<SlackUserProfile>,
pub flags: SlackUserFlags,
pub tz: Option<String>,
pub tz_label: Option<String>,
pub tz_offset: Option<i32>,
pub updated: Option<SlackDateTime>,
pub deleted: Option<bool>,
pub color: Option<SlackColor>,
pub real_name: Option<String>,
}Fields
id: SlackUserIdteam_id: SlackTeamIdname: Option<String>locale: Option<SlackLocale>profile: Option<SlackUserProfile>flags: SlackUserFlagstz: Option<String>tz_label: Option<String>tz_offset: Option<i32>updated: Option<SlackDateTime>deleted: Option<bool>color: Option<SlackColor>real_name: Option<String>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackUser
impl UnwindSafe for SlackUser
Blanket Implementations
Mutably borrows from an owned value. Read more