Struct olm_sys::OlmSession [−][src]
#[repr(C)]pub struct OlmSession { /* fields omitted */ }
Trait Implementations
impl Debug for OlmSession[src]
impl Debug for OlmSessionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for OlmSession[src]
impl Copy for OlmSessionimpl Clone for OlmSession[src]
impl Clone for OlmSessionfn clone(&self) -> OlmSession[src]
fn clone(&self) -> OlmSessionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for OlmSession
impl Send for OlmSessionimpl Sync for OlmSession
impl Sync for OlmSession