Struct slack_chat_api::types::ObjsUserProfile
source · [−]pub struct ObjsUserProfile {Show 44 fields
pub always_active: bool,
pub api_app_id: String,
pub avatar_hash: String,
pub bot_id: String,
pub display_name: String,
pub display_name_normalized: String,
pub email: String,
pub fields: FieldsOneOf,
pub first_name: String,
pub guest_expiration_ts: i64,
pub guest_invited_by: String,
pub image_1024: String,
pub image_192: String,
pub image_24: String,
pub image_32: String,
pub image_48: String,
pub image_512: String,
pub image_72: String,
pub image_original: String,
pub is_app_user: bool,
pub is_custom_image: bool,
pub is_restricted: bool,
pub is_ultra_restricted: bool,
pub last_avatar_image_hash: String,
pub last_name: String,
pub memberships_count: i64,
pub name: String,
pub phone: String,
pub pronouns: String,
pub real_name: String,
pub real_name_normalized: String,
pub skype: String,
pub status_default_emoji: String,
pub status_default_text: String,
pub status_default_text_canonical: String,
pub status_emoji: String,
pub status_expiration: i64,
pub status_text: String,
pub status_text_canonical: String,
pub team: String,
pub title: String,
pub updated: i64,
pub user_id: String,
pub username: String,
}Fields
always_active: boolapi_app_id: Stringavatar_hash: Stringbot_id: Stringdisplay_name: Stringdisplay_name_normalized: Stringemail: Stringfields: FieldsOneOffirst_name: Stringguest_expiration_ts: i64guest_invited_by: Stringimage_1024: Stringimage_192: Stringimage_24: Stringimage_32: Stringimage_48: Stringimage_512: Stringimage_72: Stringimage_original: Stringis_app_user: boolis_custom_image: boolis_restricted: boolis_ultra_restricted: boollast_avatar_image_hash: Stringlast_name: Stringmemberships_count: i64name: Stringphone: Stringpronouns: Stringreal_name: Stringreal_name_normalized: Stringskype: Stringstatus_default_emoji: Stringstatus_default_text: Stringstatus_default_text_canonical: Stringstatus_emoji: Stringstatus_expiration: i64status_text: Stringstatus_text_canonical: Stringteam: Stringtitle: Stringupdated: i64user_id: Stringusername: StringTrait Implementations
sourceimpl Clone for ObjsUserProfile
impl Clone for ObjsUserProfile
sourcefn clone(&self) -> ObjsUserProfile
fn clone(&self) -> ObjsUserProfile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ObjsUserProfile
impl Debug for ObjsUserProfile
sourceimpl<'de> Deserialize<'de> for ObjsUserProfile
impl<'de> Deserialize<'de> for ObjsUserProfile
sourcefn 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
sourceimpl JsonSchema for ObjsUserProfile
impl JsonSchema for ObjsUserProfile
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
sourceimpl PartialEq<ObjsUserProfile> for ObjsUserProfile
impl PartialEq<ObjsUserProfile> for ObjsUserProfile
sourcefn eq(&self, other: &ObjsUserProfile) -> bool
fn eq(&self, other: &ObjsUserProfile) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ObjsUserProfile) -> bool
fn ne(&self, other: &ObjsUserProfile) -> bool
This method tests for !=.
sourceimpl Serialize for ObjsUserProfile
impl Serialize for ObjsUserProfile
impl StructuralPartialEq for ObjsUserProfile
Auto Trait Implementations
impl RefUnwindSafe for ObjsUserProfile
impl Send for ObjsUserProfile
impl Sync for ObjsUserProfile
impl Unpin for ObjsUserProfile
impl UnwindSafe for ObjsUserProfile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> FutureExt for T
impl<T> FutureExt for T
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more