Struct ruma_client_api::r0::sync::sync_events::KnockState [−][src]
pub struct KnockState {
pub events: Vec<AnyStrippedStateEvent>,
}This is supported on crate feature
unstable-pre-spec only.Expand description
A mapping from a key events to a list of StrippedStateEvent.
Fields
events: Vec<AnyStrippedStateEvent>The list of events.
Trait Implementations
Returns the “default value” for a type. Read more
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 KnockState
impl Send for KnockState
impl Sync for KnockState
impl Unpin for KnockState
impl UnwindSafe for KnockState
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more