Struct vodozemac::olm::RatchetPublicKey  
source · [−]pub struct RatchetPublicKey(_);Trait Implementations
sourceimpl AsRef<Curve25519PublicKey> for RatchetPublicKey
 
impl AsRef<Curve25519PublicKey> for RatchetPublicKey
sourcefn as_ref(&self) -> &Curve25519PublicKey
 
fn as_ref(&self) -> &Curve25519PublicKey
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RatchetPublicKey
 
impl Clone for RatchetPublicKey
sourcefn clone(&self) -> RatchetPublicKey
 
fn clone(&self) -> RatchetPublicKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RatchetPublicKey
 
impl Debug for RatchetPublicKey
sourceimpl PartialEq<RatchetPublicKey> for RatchetPublicKey
 
impl PartialEq<RatchetPublicKey> for RatchetPublicKey
sourcefn eq(&self, other: &RatchetPublicKey) -> bool
 
fn eq(&self, other: &RatchetPublicKey) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RatchetPublicKey) -> bool
 
fn ne(&self, other: &RatchetPublicKey) -> bool
This method tests for !=.
impl Copy for RatchetPublicKey
impl Eq for RatchetPublicKey
impl StructuralEq for RatchetPublicKey
impl StructuralPartialEq for RatchetPublicKey
Auto Trait Implementations
impl RefUnwindSafe for RatchetPublicKey
impl Send for RatchetPublicKey
impl Sync for RatchetPublicKey
impl Unpin for RatchetPublicKey
impl UnwindSafe for RatchetPublicKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more