Struct ruma_events::room::create::CreateEventContent [] [src]

pub struct CreateEventContent {
    pub creator: UserId,
    pub federate: bool,
}

The payload of a CreateEvent.

Fields

The user_id of the room creator. This is set by the homeserver.

Whether or not this room's data should be transferred to other homeservers.

Trait Implementations

impl Clone for CreateEventContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateEventContent
[src]

Formats the value using the given formatter.