Struct ruma_client_api::r0::sync::sync_events::RoomAccountData [−][src]
pub struct RoomAccountData {
pub events: Vec<Raw<AnyRoomAccountDataEvent>>,
}Expand description
The private data that this user has attached to this room.
Fields
events: Vec<Raw<AnyRoomAccountDataEvent>>A list of events.
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for RoomAccountDataimpl Send for RoomAccountDataimpl Sync for RoomAccountDataimpl Unpin for RoomAccountDataimpl UnwindSafe for RoomAccountDataBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more