[][src]Enum solana_libra_types::proto::transaction::TransactionArgument_ArgType

pub enum TransactionArgument_ArgType {
    U64,
    ADDRESS,
    STRING,
    BYTEARRAY,
}

Variants

U64ADDRESSSTRINGBYTEARRAY

Trait Implementations

impl Clone for TransactionArgument_ArgType[src]

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

Performs copy-assignment from source. Read more

impl Default for TransactionArgument_ArgType[src]

impl PartialEq<TransactionArgument_ArgType> for TransactionArgument_ArgType[src]

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

This method tests for !=.

impl Copy for TransactionArgument_ArgType[src]

impl Eq for TransactionArgument_ArgType[src]

impl Debug for TransactionArgument_ArgType[src]

impl Hash for TransactionArgument_ArgType[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 TransactionArgument_ArgType[src]

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

Get enum value descriptor.

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

Get enum descriptor.

impl ProtobufValue for TransactionArgument_ArgType[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]