matrix_sdk::utils

Trait IntoRawStateEventContent

Source
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 &Raw<AnyStateEventContent>

Source§

impl IntoRawStateEventContent for &RawValue

Source§

impl IntoRawStateEventContent for Value

Source§

impl IntoRawStateEventContent for Box<RawValue>

Source§

impl IntoRawStateEventContent for Raw<AnyStateEventContent>

Implementors§