state-res: Fix some docs
This commit is contained in:
parent
0cd91ed61e
commit
355a493024
@ -20,10 +20,10 @@ pub trait Event {
|
|||||||
/// The time of creation on the originating server.
|
/// The time of creation on the originating server.
|
||||||
fn origin_server_ts(&self) -> MilliSecondsSinceUnixEpoch;
|
fn origin_server_ts(&self) -> MilliSecondsSinceUnixEpoch;
|
||||||
|
|
||||||
/// The kind of event.
|
/// The event type.
|
||||||
fn event_type(&self) -> &EventType;
|
fn event_type(&self) -> &EventType;
|
||||||
|
|
||||||
/// The `UserId` of this PDU.
|
/// The event's content.
|
||||||
fn content(&self) -> serde_json::Value;
|
fn content(&self) -> serde_json::Value;
|
||||||
|
|
||||||
/// The state key for this event.
|
/// The state key for this event.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user