Struct ruma_events::room::message::TextMessageEventContent
source · pub struct TextMessageEventContent {
pub body: String,
pub formatted: Option<FormattedBody>,
pub url_previews: Option<Vec<UrlPreview>>,
}
Expand description
The payload for a text message.
Fields§
§body: String
The body of the message.
formatted: Option<FormattedBody>
Formatted form of the message body
.
url_previews: Option<Vec<UrlPreview>>
MSC4095-style bundled url previews
Implementations§
Trait Implementations§
source§impl Clone for TextMessageEventContent
impl Clone for TextMessageEventContent
source§fn clone(&self) -> TextMessageEventContent
fn clone(&self) -> TextMessageEventContent
Returns a copy 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 TextMessageEventContent
impl Debug for TextMessageEventContent
source§impl<'de> Deserialize<'de> for TextMessageEventContent
impl<'de> Deserialize<'de> for TextMessageEventContent
source§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
Auto Trait Implementations§
impl Freeze for TextMessageEventContent
impl RefUnwindSafe for TextMessageEventContent
impl Send for TextMessageEventContent
impl Sync for TextMessageEventContent
impl Unpin for TextMessageEventContent
impl UnwindSafe for TextMessageEventContent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)