Struct cypher::ed25519::PrivateKey
source · pub struct PrivateKey(_);Implementations§
Trait Implementations§
source§impl AsRef<<PrivateKey as Wrapper>::Inner> for PrivateKey
impl AsRef<<PrivateKey as Wrapper>::Inner> for PrivateKey
source§impl Borrow<<PrivateKey as Wrapper>::Inner> for PrivateKey
impl Borrow<<PrivateKey as Wrapper>::Inner> for PrivateKey
source§impl Clone for PrivateKey
impl Clone for PrivateKey
source§fn clone(&self) -> PrivateKey
fn clone(&self) -> PrivateKey
Returns a copy 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 PrivateKey
impl Debug for PrivateKey
source§impl Deref for PrivateKey
impl Deref for PrivateKey
source§impl EcSign for PrivateKey
impl EcSign for PrivateKey
source§impl EcSk for PrivateKey
impl EcSk for PrivateKey
source§impl From<PrivateKey> for SecretKey
impl From<PrivateKey> for SecretKey
source§fn from(wrapped: PrivateKey) -> Self
fn from(wrapped: PrivateKey) -> Self
Converts to this type from the input type.
source§impl From<SecretKey> for PrivateKey
impl From<SecretKey> for PrivateKey
source§impl Hash for PrivateKey
impl Hash for PrivateKey
source§impl Ord for PrivateKey
impl Ord for PrivateKey
source§impl PartialEq<PrivateKey> for PrivateKey
impl PartialEq<PrivateKey> for PrivateKey
source§fn eq(&self, other: &PrivateKey) -> bool
fn eq(&self, other: &PrivateKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PrivateKey> for PrivateKey
impl PartialOrd<PrivateKey> for PrivateKey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more