Enum solana_perf::sigverify::PacketError
source · pub enum PacketError {
InvalidLen,
InvalidPubkeyLen,
InvalidShortVec,
InvalidSignatureLen,
MismatchSignatureLen,
PayerNotWritable,
InvalidProgramIdIndex,
InvalidProgramLen,
UnsupportedVersion,
}
Variants§
InvalidLen
InvalidPubkeyLen
InvalidShortVec
InvalidSignatureLen
MismatchSignatureLen
PayerNotWritable
InvalidProgramIdIndex
InvalidProgramLen
UnsupportedVersion
Trait Implementations§
source§impl Debug for PacketError
impl Debug for PacketError
source§impl From<TryFromIntError> for PacketError
impl From<TryFromIntError> for PacketError
source§fn from(_e: TryFromIntError) -> Self
fn from(_e: TryFromIntError) -> Self
Converts to this type from the input type.
source§impl PartialEq<PacketError> for PacketError
impl PartialEq<PacketError> for PacketError
source§fn eq(&self, other: &PacketError) -> bool
fn eq(&self, other: &PacketError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PacketError
impl StructuralEq for PacketError
impl StructuralPartialEq for PacketError
Auto Trait Implementations§
impl RefUnwindSafe for PacketError
impl Send for PacketError
impl Sync for PacketError
impl Unpin for PacketError
impl UnwindSafe for PacketError
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.