pub trait IntoRawStateEventContent { }
Expand description

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

Implementations on Foreign Types§

source§

impl IntoRawStateEventContent for &Value

source§

impl IntoRawStateEventContent for &Box<RawValue>

source§

impl IntoRawStateEventContent for &RawValue

source§

impl IntoRawStateEventContent for &Raw<AnyStateEventContent>

source§

impl IntoRawStateEventContent for Value

source§

impl IntoRawStateEventContent for Box<RawValue>

source§

impl IntoRawStateEventContent for Raw<AnyStateEventContent>

Implementors§