[][src]Struct eosio::SecondaryTableName

pub struct SecondaryTableName(_, _);

TODO docs

Methods

impl SecondaryTableName[src]

#[must_use] pub const fn new(primary: TableName, index: usize) -> Self[src]

TODO docs

#[must_use] pub const fn primary(&self) -> TableName[src]

TODO docs

#[must_use] pub const fn index(&self) -> usize[src]

TODO docs

#[must_use] pub const fn as_u64(&self) -> u64[src]

TODO docs

Trait Implementations

impl Clone for SecondaryTableName[src]

impl Copy for SecondaryTableName[src]

impl Debug for SecondaryTableName[src]

impl Default for SecondaryTableName[src]

impl Eq for SecondaryTableName[src]

impl From<SecondaryTableName> for u64[src]

impl Hash for SecondaryTableName[src]

impl Ord for SecondaryTableName[src]

impl PartialEq<SecondaryTableName> for SecondaryTableName[src]

impl PartialOrd<SecondaryTableName> for SecondaryTableName[src]

impl StructuralEq for SecondaryTableName[src]

impl StructuralPartialEq for SecondaryTableName[src]

Auto Trait Implementations

impl Send for SecondaryTableName

impl Sync for SecondaryTableName

impl Unpin for SecondaryTableName

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.