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
Available on crate feature ec25519
only.
impl From<Error> for EcPkInvalid
Available on crate feature
ec25519
only.source§impl PartialEq for EcPkInvalid
impl PartialEq 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 ==
.impl Copy for EcPkInvalid
impl Eq for EcPkInvalid
impl StructuralPartialEq for EcPkInvalid
Auto Trait Implementations§
impl Freeze for EcPkInvalid
impl RefUnwindSafe for EcPkInvalid
impl Send for EcPkInvalid
impl Sync for EcPkInvalid
impl Unpin for EcPkInvalid
impl UnwindSafe for EcPkInvalid
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