pub struct P256KeyPair {
pub private_key: P256PrivateKey,
pub public_key: P256PublicKeyCoordinates,
}Fields§
§private_key: P256PrivateKey§public_key: P256PublicKeyCoordinatesTrait Implementations§
Source§impl Clone for P256KeyPair
impl Clone for P256KeyPair
Source§fn clone(&self) -> P256KeyPair
fn clone(&self) -> P256KeyPair
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 P256KeyPair
impl Debug for P256KeyPair
impl Eq for P256KeyPair
Source§impl PartialEq for P256KeyPair
impl PartialEq for P256KeyPair
impl StructuralPartialEq for P256KeyPair
Auto Trait Implementations§
impl Freeze for P256KeyPair
impl RefUnwindSafe for P256KeyPair
impl Send for P256KeyPair
impl Sync for P256KeyPair
impl Unpin for P256KeyPair
impl UnsafeUnpin for P256KeyPair
impl UnwindSafe for P256KeyPair
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