pub type RoomKeyWithheldEvent = ToDeviceEvent<RoomKeyWithheldContent>;
Expand description

The m.room_key_request to-device event.

Aliased Type§

struct RoomKeyWithheldEvent {
    pub sender: OwnedUserId,
    pub content: RoomKeyWithheldContent,
    /* private fields */
}

Fields§

§sender: OwnedUserId

The sender of the to-device event.

§content: RoomKeyWithheldContent

The content of the to-device event.

Trait Implementations§

source§

impl Clone for RoomKeyWithheldEvent

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more