pub struct PublicKey768 { /* private fields */ }Expand description
ML-KEM-768 encapsulation key (public key).
Implementations§
Trait Implementations§
Source§impl Clone for PublicKey768
impl Clone for PublicKey768
Source§fn clone(&self) -> PublicKey768
fn clone(&self) -> PublicKey768
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PublicKey768
impl Debug for PublicKey768
impl Eq for PublicKey768
Source§impl PartialEq for PublicKey768
impl PartialEq for PublicKey768
Source§fn eq(&self, other: &PublicKey768) -> bool
fn eq(&self, other: &PublicKey768) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublicKey768
Auto Trait Implementations§
impl Freeze for PublicKey768
impl RefUnwindSafe for PublicKey768
impl Send for PublicKey768
impl Sync for PublicKey768
impl Unpin for PublicKey768
impl UnsafeUnpin for PublicKey768
impl UnwindSafe for PublicKey768
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