Struct olm_rs::session::Message [−][src]
pub struct Message(_);
Expand description
An encrypted Olm message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Message
impl UnwindSafe for Message
Blanket Implementations
Mutably borrows from an owned value. Read more