pub enum Curve25519Error {
PodConversion,
}
Variants§
PodConversion
Trait Implementations§
source§impl Clone for Curve25519Error
impl Clone for Curve25519Error
source§fn clone(&self) -> Curve25519Error
fn clone(&self) -> Curve25519Error
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 Curve25519Error
impl Debug for Curve25519Error
source§impl Display for Curve25519Error
impl Display for Curve25519Error
source§impl Error for Curve25519Error
impl Error for Curve25519Error
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<Curve25519Error> for Curve25519Error
impl PartialEq<Curve25519Error> for Curve25519Error
source§fn eq(&self, other: &Curve25519Error) -> bool
fn eq(&self, other: &Curve25519Error) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.