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