Struct vodozemac::olm::InboundCreationResult
source · [−]Expand description
Return type for the creation of inbound Session
objects.
Fields
session: Session
The Session
that was created from a pre-key message.
plaintext: String
The plaintext of the pre-key message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InboundCreationResult
impl Send for InboundCreationResult
impl Sync for InboundCreationResult
impl Unpin for InboundCreationResult
impl UnwindSafe for InboundCreationResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more