Enum olm_rs::session::OlmMessageType [−][src]
pub enum OlmMessageType {
PreKey,
Message,
}Expand description
The message types that are returned after encryption.
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OlmMessageType
impl Send for OlmMessageType
impl Sync for OlmMessageType
impl Unpin for OlmMessageType
impl UnwindSafe for OlmMessageType
Blanket Implementations
Mutably borrows from an owned value. Read more