Struct ruma_events::room::topic::TopicEventContent [−][src]
pub struct TopicEventContent {
pub topic: String,
}Expand description
The payload for TopicEvent.
Fields
topic: StringThe topic text.
Implementations
Trait Implementations
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
A matrix event identifier, like m.room.message.
Constructs the given event content.
The redacted form of the event’s content.
Transform self into a redacted form (removing most or all fields) according to the spec. Read more
Auto Trait Implementations
impl RefUnwindSafe for TopicEventContentimpl Send for TopicEventContentimpl Sync for TopicEventContentimpl Unpin for TopicEventContentimpl UnwindSafe for TopicEventContentBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V