[][src]Enum solana_libra_types::proto::vm_errors::BinaryError

pub enum BinaryError {
    UnknownBinaryError,
    Malformed,
    BadMagic,
    UnknownVersion,
    UnknownTableType,
    UnknownSignatureType,
    UnknownSerializedType,
    UnknownOpcode,
    BadHeaderTable,
    UnexpectedSignatureType,
    DuplicateTable,
}

Variants

UnknownBinaryErrorMalformedBadMagicUnknownVersionUnknownTableTypeUnknownSignatureTypeUnknownSerializedTypeUnknownOpcodeBadHeaderTableUnexpectedSignatureTypeDuplicateTable

Trait Implementations

impl Clone for BinaryError[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for BinaryError[src]

impl PartialEq<BinaryError> for BinaryError[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for BinaryError[src]

impl Eq for BinaryError[src]

impl Debug for BinaryError[src]

impl Hash for BinaryError[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for BinaryError[src]

fn descriptor(&self) -> &'static EnumValueDescriptor[src]

Get enum value descriptor.

fn enum_descriptor(&self) -> &'static EnumDescriptor[src]

Get enum descriptor.

impl ProtobufValue for BinaryError[src]

fn as_any(&self) -> &(dyn Any + 'static)[src]

Convert to Any

fn is_non_zero(&self) -> bool[src]

Is value non-zero?

fn as_ref_copy(&self) -> ProtobufValueRef<'static>[src]

Return ProtobufValueRef if self is Copy. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Erased for T

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]