Struct ruma_common::events::relation::InReplyTo
source · pub struct InReplyTo {
pub event_id: OwnedEventId,
}Available on crate feature
events only.Expand description
Information about the event a rich reply is replying to.
Fields§
§event_id: OwnedEventIdThe event being replied to.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for InReplyTo
impl<'de> Deserialize<'de> for InReplyTo
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