pub struct MessageStandard {Show 13 fields
pub attachments: Option<Vec<MessageStandardAttachment>>,
pub bot_id: Option<String>,
pub channel: Option<String>,
pub edited: Option<MessageStandardEdited>,
pub event_ts: Option<Timestamp>,
pub reply_broadcast: Option<bool>,
pub source_team: Option<String>,
pub team: Option<String>,
pub text: Option<String>,
pub thread_ts: Option<Timestamp>,
pub ts: Option<Timestamp>,
pub ty: Option<String>,
pub user: Option<String>,
}Fields§
§attachments: Option<Vec<MessageStandardAttachment>>§bot_id: Option<String>§channel: Option<String>§edited: Option<MessageStandardEdited>§event_ts: Option<Timestamp>§reply_broadcast: Option<bool>§source_team: Option<String>§team: Option<String>§text: Option<String>§thread_ts: Option<Timestamp>§ts: Option<Timestamp>§ty: Option<String>§user: Option<String>Trait Implementations§
Source§impl Clone for MessageStandard
impl Clone for MessageStandard
Source§fn clone(&self) -> MessageStandard
fn clone(&self) -> MessageStandard
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MessageStandard
impl Debug for MessageStandard
Source§impl<'de> Deserialize<'de> for MessageStandard
impl<'de> Deserialize<'de> for MessageStandard
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MessageStandard, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MessageStandard, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MessageStandard
impl RefUnwindSafe for MessageStandard
impl Send for MessageStandard
impl Sync for MessageStandard
impl Unpin for MessageStandard
impl UnsafeUnpin for MessageStandard
impl UnwindSafe for MessageStandard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more