Expand description
Helpers for creating std::fmt::Debug
implementations.
Structs§
- Debug
Invited Room - A wrapper around an invited room as found in
/sync
responses that implementsDebug
in a way that only prints the event ID and event type for the raw events contained ininvite_state
. - Debug
Knocked Room - A wrapper around a knocked on room as found in
/sync
responses that implementsDebug
in a way that only prints the event ID and event type for the raw events contained inknock_state
. - Debug
List OfRaw Events NoId - A wrapper around a slice of
Raw
events that implementsDebug
in a way that only prints the event type of each item. - Debug
RawEvent - A wrapper around
Raw
that implementsDebug
in a way that only prints the event ID and event type. - Debug
RawEvent NoId - A wrapper around
Raw
that implementsDebug
in a way that only prints the event type.