Struct olm_sys::OlmInboundGroupSession [−][src]
#[repr(C)]pub struct OlmInboundGroupSession { /* fields omitted */ }
Trait Implementations
impl Debug for OlmInboundGroupSession[src]
impl Debug for OlmInboundGroupSessionfn 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 OlmInboundGroupSession[src]
impl Copy for OlmInboundGroupSessionimpl Clone for OlmInboundGroupSession[src]
impl Clone for OlmInboundGroupSessionfn clone(&self) -> OlmInboundGroupSession[src]
fn clone(&self) -> OlmInboundGroupSessionReturns 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 OlmInboundGroupSession
impl Send for OlmInboundGroupSessionimpl Sync for OlmInboundGroupSession
impl Sync for OlmInboundGroupSession