Module debug

Source
Expand description

Helpers for creating std::fmt::Debug implementations.

Structs§

DebugInvitedRoom
A wrapper around an invited room as found in /sync responses that implements Debug in a way that only prints the event ID and event type for the raw events contained in invite_state.
DebugKnockedRoom
A wrapper around a knocked on room as found in /sync responses that implements Debug in a way that only prints the event ID and event type for the raw events contained in knock_state.
DebugListOfRawEventsNoId
A wrapper around a slice of Raw events that implements Debug in a way that only prints the event type of each item.
DebugRawEvent
A wrapper around Raw that implements Debug in a way that only prints the event ID and event type.
DebugRawEventNoId
A wrapper around Raw that implements Debug in a way that only prints the event type.

Traits§

DebugStructExt