[][src]Enum eosio::SecondaryKey

pub enum SecondaryKey {
    U64(u64),
    F64(f64),
    U128(u128),
    H256([u128; 2]),
}

TODO docs

Variants

U64(u64)

TODO docs

F64(f64)

TODO docs

U128(u128)

TODO docs

H256([u128; 2])

TODO docs

Trait Implementations

impl Clone for SecondaryKey[src]

impl Copy for SecondaryKey[src]

impl Debug for SecondaryKey[src]

impl From<[u128; 2]> for SecondaryKey[src]

impl From<AccountName> for SecondaryKey[src]

impl From<ActionName> for SecondaryKey[src]

impl From<Checksum160> for SecondaryKey[src]

impl From<Checksum256> for SecondaryKey[src]

impl From<Name> for SecondaryKey[src]

impl From<PermissionName> for SecondaryKey[src]

impl From<ScopeName> for SecondaryKey[src]

impl From<Symbol> for SecondaryKey[src]

impl From<SymbolCode> for SecondaryKey[src]

impl From<TableName> for SecondaryKey[src]

impl From<f64> for SecondaryKey[src]

impl From<u128> for SecondaryKey[src]

impl From<u16> for SecondaryKey[src]

impl From<u32> for SecondaryKey[src]

impl From<u64> for SecondaryKey[src]

impl From<u8> for SecondaryKey[src]

Auto Trait Implementations

impl Send for SecondaryKey

impl Sync for SecondaryKey

impl Unpin for SecondaryKey

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.