#[repr(C)]pub struct OlmPkDecryption { /* private fields */ }Trait Implementations§
Source§impl Clone for OlmPkDecryption
impl Clone for OlmPkDecryption
Source§fn clone(&self) -> OlmPkDecryption
fn clone(&self) -> OlmPkDecryption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OlmPkDecryption
impl Debug for OlmPkDecryption
impl Copy for OlmPkDecryption
Auto Trait Implementations§
impl Freeze for OlmPkDecryption
impl RefUnwindSafe for OlmPkDecryption
impl Send for OlmPkDecryption
impl Sync for OlmPkDecryption
impl Unpin for OlmPkDecryption
impl UnwindSafe for OlmPkDecryption
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