pub type SpaceChildEvent = StateEvent<SpaceChildEventContent>;Expand description
An m.space.child event.
Aliased Type§
pub enum SpaceChildEvent {
Original(OriginalStateEvent<SpaceChildEventContent>),
Redacted(RedactedStateEvent<RedactedSpaceChildEventContent>),
}Variants§
Original(OriginalStateEvent<SpaceChildEventContent>)
Original, unredacted form of the event.
Redacted(RedactedStateEvent<RedactedSpaceChildEventContent>)
Redacted form of the event with minimal fields.
Trait Implementations§
Source§impl SpaceChildOrd for SpaceChildEvent
impl SpaceChildOrd for SpaceChildEvent
Source§fn cmp_space_child(&self, other: &impl SpaceChildOrd) -> Ordering
fn cmp_space_child(&self, other: &impl SpaceChildOrd) -> Ordering
Return an
Ordering between self and other, using the algorithm for ordering
children within a space.