pub struct P384PublicKey(/* private fields */);Expand description
P-384 ECDH public key.
Trait Implementations§
Source§impl Clone for P384PublicKey
impl Clone for P384PublicKey
Source§fn clone(&self) -> P384PublicKey
fn clone(&self) -> P384PublicKey
Returns a duplicate 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 P384PublicKey
impl Debug for P384PublicKey
Source§impl<'a> Import<&'a [u8]> for P384PublicKey
impl<'a> Import<&'a [u8]> for P384PublicKey
Source§impl PartialEq for P384PublicKey
impl PartialEq for P384PublicKey
Source§impl PublicKey for P384PublicKey
impl PublicKey for P384PublicKey
impl EncapKey for P384PublicKey
impl Eq for P384PublicKey
impl StructuralPartialEq for P384PublicKey
Auto Trait Implementations§
impl Freeze for P384PublicKey
impl RefUnwindSafe for P384PublicKey
impl Send for P384PublicKey
impl Sync for P384PublicKey
impl Unpin for P384PublicKey
impl UnwindSafe for P384PublicKey
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