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
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