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