Struct cypher::EcPkInvalid
source · #[non_exhaustive]pub struct EcPkInvalid {}Trait Implementations§
source§impl Clone for EcPkInvalid
impl Clone for EcPkInvalid
source§fn clone(&self) -> EcPkInvalid
fn clone(&self) -> EcPkInvalid
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 EcPkInvalid
impl Debug for EcPkInvalid
source§impl Default for EcPkInvalid
impl Default for EcPkInvalid
source§fn default() -> EcPkInvalid
fn default() -> EcPkInvalid
Returns the “default value” for a type. Read more
source§impl Display for EcPkInvalid
impl Display for EcPkInvalid
source§impl Error for EcPkInvalid
impl Error for EcPkInvalid
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 From<EcPkInvalid> for EcSerError
impl From<EcPkInvalid> for EcSerError
source§fn from(v: EcPkInvalid) -> Self
fn from(v: EcPkInvalid) -> Self
Converts to this type from the input type.
source§impl From<EcPkInvalid> for EcVerifyError
impl From<EcPkInvalid> for EcVerifyError
source§fn from(v: EcPkInvalid) -> Self
fn from(v: EcPkInvalid) -> Self
Converts to this type from the input type.
source§impl From<EcPkInvalid> for EcdhError
impl From<EcPkInvalid> for EcdhError
source§fn from(v: EcPkInvalid) -> Self
fn from(v: EcPkInvalid) -> Self
Converts to this type from the input type.
source§impl From<EcPkInvalid> for String
impl From<EcPkInvalid> for String
source§fn from(err: EcPkInvalid) -> Self
fn from(err: EcPkInvalid) -> Self
Converts to this type from the input type.
source§impl From<Error> for EcPkInvalid
impl From<Error> for EcPkInvalid
source§impl PartialEq<EcPkInvalid> for EcPkInvalid
impl PartialEq<EcPkInvalid> for EcPkInvalid
source§fn eq(&self, other: &EcPkInvalid) -> bool
fn eq(&self, other: &EcPkInvalid) -> bool
This method tests for
self and other values to be equal, and is used
by ==.