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
sourceimpl Debug for PacketError
impl Debug for PacketError
sourceimpl From<Box<ErrorKind, Global>> for PacketError
impl From<Box<ErrorKind, Global>> for PacketError
sourcefn from(_e: Box<ErrorKind>) -> PacketError
fn from(_e: Box<ErrorKind>) -> PacketError
Converts to this type from the input type.
sourceimpl From<TryFromIntError> for PacketError
impl From<TryFromIntError> for PacketError
sourcefn from(_e: TryFromIntError) -> Self
fn from(_e: TryFromIntError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<PacketError> for PacketError
impl PartialEq<PacketError> for PacketError
sourcefn eq(&self, other: &PacketError) -> bool
fn eq(&self, other: &PacketError) -> bool
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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.