Skip to main content

IntoRawStateEventContent

Trait IntoRawStateEventContent 

Source
pub trait IntoRawStateEventContent { }
Expand description

The set of types that can be used with Room::send_state_event_raw.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoRawStateEventContent for &Box<RawValue>

Source§

impl IntoRawStateEventContent for &Raw<AnyStateEventContent>

Source§

impl IntoRawStateEventContent for &RawValue

Source§

impl IntoRawStateEventContent for &Value

Source§

impl IntoRawStateEventContent for Box<RawValue>

Source§

impl IntoRawStateEventContent for Raw<AnyStateEventContent>

Source§

impl IntoRawStateEventContent for Value

Implementors§