Struct olm_sys::OlmAccount[][src]

#[repr(C)]
pub struct OlmAccount { /* fields omitted */ }

Trait Implementations

impl Debug for OlmAccount
[src]

Formats the value using the given formatter. Read more

impl Copy for OlmAccount
[src]

impl Clone for OlmAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OlmAccount

impl Sync for OlmAccount