Struct ruma_client_api::r0::room::create_room::CreationContent
source · Expand description
Extra options to be added to the m.room.create event.
Fields§
§federate: Option<bool>Whether users on other servers can join this room.
Defaults to true if key does not exist.
Trait Implementations§
source§impl Clone for CreationContent
impl Clone for CreationContent
source§fn clone(&self) -> CreationContent
fn clone(&self) -> CreationContent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreationContent
impl Debug for CreationContent
source§impl<'de> Deserialize<'de> for CreationContent
impl<'de> Deserialize<'de> for CreationContent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more