pub struct InvalidPublicKey;Expand description
The bytes are not a decompressible Edwards point, so no signature under this key can verify.
Trait Implementations§
Source§impl Clone for InvalidPublicKey
impl Clone for InvalidPublicKey
Source§fn clone(&self) -> InvalidPublicKey
fn clone(&self) -> InvalidPublicKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidPublicKey
Source§impl Debug for InvalidPublicKey
impl Debug for InvalidPublicKey
impl Eq for InvalidPublicKey
Source§impl PartialEq for InvalidPublicKey
impl PartialEq for InvalidPublicKey
impl StructuralPartialEq for InvalidPublicKey
Auto Trait Implementations§
impl Freeze for InvalidPublicKey
impl RefUnwindSafe for InvalidPublicKey
impl Send for InvalidPublicKey
impl Sync for InvalidPublicKey
impl Unpin for InvalidPublicKey
impl UnsafeUnpin for InvalidPublicKey
impl UnwindSafe for InvalidPublicKey
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