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