Struct vodozemac::olm::RatchetPublicKey
source · pub struct RatchetPublicKey(/* private fields */);
Expand description
The public part of a [RatchetKey
].
Trait Implementations§
source§impl AsRef<Curve25519PublicKey> for RatchetPublicKey
impl AsRef<Curve25519PublicKey> for RatchetPublicKey
source§fn as_ref(&self) -> &Curve25519PublicKey
fn as_ref(&self) -> &Curve25519PublicKey
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for RatchetPublicKey
impl Clone for RatchetPublicKey
source§fn clone(&self) -> RatchetPublicKey
fn clone(&self) -> RatchetPublicKey
Returns a copy 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 RatchetPublicKey
impl Debug for RatchetPublicKey
source§impl PartialEq for RatchetPublicKey
impl PartialEq for RatchetPublicKey
source§fn 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 ==
.impl Copy for RatchetPublicKey
impl Eq for RatchetPublicKey
impl StructuralPartialEq for RatchetPublicKey
Auto Trait Implementations§
impl Freeze for RatchetPublicKey
impl RefUnwindSafe for RatchetPublicKey
impl Send for RatchetPublicKey
impl Sync for RatchetPublicKey
impl Unpin for RatchetPublicKey
impl UnwindSafe for RatchetPublicKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)