Struct vodozemac::olm::InboundCreationResult
source · pub struct InboundCreationResult {
pub session: Session,
pub plaintext: Vec<u8>,
}
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: Vec<u8>
The plaintext of the pre-key message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InboundCreationResult
impl RefUnwindSafe for InboundCreationResult
impl Send for InboundCreationResult
impl Sync for InboundCreationResult
impl Unpin for InboundCreationResult
impl UnwindSafe for InboundCreationResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more