pub struct ObjsMessage {
Show 41 fields pub attachments: Vec<Attachments>, pub blocks: Vec<Blocks>, pub bot_id: Vec<BotAnyOf>, pub bot_profile: Option<ObjsBotProfile>, pub client_msg_id: String, pub comment: Option<ObjsComment>, pub display_as_bot: bool, pub file: Option<ObjsFile>, pub files: Vec<ObjsFile>, pub icons: Option<ObjsMessageIcons>, pub inviter: String, pub is_delayed_message: bool, pub is_intro: bool, pub is_starred: bool, pub last_read: String, pub latest_reply: String, pub name: String, pub old_name: String, pub parent_user_id: String, pub permalink: String, pub pinned_to: Vec<String>, pub purpose: String, pub reactions: Vec<ObjsReaction>, pub reply_count: i64, pub reply_users: Vec<String>, pub reply_users_count: i64, pub source_team: String, pub subscribed: bool, pub subtype: String, pub team: String, pub text: String, pub thread_ts: String, pub topic: String, pub ts: String, pub type_: String, pub unread_count: i64, pub upload: bool, pub user: String, pub user_profile: Option<ObjsUserProfileShort>, pub user_team: String, pub username: String,
}

Fields

attachments: Vec<Attachments>blocks: Vec<Blocks>bot_id: Vec<BotAnyOf>bot_profile: Option<ObjsBotProfile>client_msg_id: Stringcomment: Option<ObjsComment>display_as_bot: boolfile: Option<ObjsFile>files: Vec<ObjsFile>icons: Option<ObjsMessageIcons>inviter: Stringis_delayed_message: boolis_intro: boolis_starred: boollast_read: Stringlatest_reply: Stringname: Stringold_name: Stringparent_user_id: Stringpermalink: Stringpinned_to: Vec<String>purpose: Stringreactions: Vec<ObjsReaction>reply_count: i64reply_users: Vec<String>reply_users_count: i64source_team: Stringsubscribed: boolsubtype: Stringteam: Stringtext: Stringthread_ts: Stringtopic: Stringts: Stringtype_: Stringunread_count: i64upload: booluser: Stringuser_profile: Option<ObjsUserProfileShort>user_team: Stringusername: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more