Struct ruma::directory::PublicRoomsChunkInit[][src]

pub struct PublicRoomsChunkInit {
    pub num_joined_members: UInt,
    pub room_id: RoomId,
    pub world_readable: bool,
    pub guest_can_join: bool,
}
Expand description

Initial set of mandatory fields of PublicRoomsChunk.

This struct will not be updated even if additional fields are added to PublicRoomsChunk in a new (non-breaking) release of the Matrix specification.

Fields

num_joined_members: UInt

The number of members joined to the room.

room_id: RoomId

The ID of the room.

world_readable: bool

Whether the room may be viewed by guest users without joining.

guest_can_join: bool

Whether guest users may join the room and participate in it.

If they can, they will be subject to ordinary power level rules like any other user.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more