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