[][src]Struct eosio::ActionName

pub struct ActionName(_);

Methods

impl ActionName[src]

#[must_use] pub const fn new(value: u64) -> Self[src]

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

#[must_use] pub const fn as_name(&self) -> Name[src]

Methods from Deref<Target = Name>

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

TODO docs

Trait Implementations

impl AsRef<ActionName> for ActionName[src]

impl AsRef<Name> for ActionName[src]

impl Clone for ActionName[src]

impl Copy for ActionName[src]

impl Debug for ActionName[src]

impl Default for ActionName[src]

impl Deref for ActionName[src]

type Target = Name

The resulting type after dereferencing.

impl Eq for ActionName[src]

impl From<ActionName> for u64[src]

impl From<ActionName> for Name[src]

impl From<ActionName> for SecondaryKey[src]

impl From<Name> for ActionName[src]

impl From<u64> for ActionName[src]

impl FromStr for ActionName[src]

type Err = ParseNameError

The associated error which can be returned from parsing.

impl Hash for ActionName[src]

impl NumBytes for ActionName[src]

impl Ord for ActionName[src]

impl PartialEq<ActionName> for ActionName[src]

impl PartialOrd<ActionName> for ActionName[src]

impl Read for ActionName[src]

impl StructuralEq for ActionName[src]

impl StructuralPartialEq for ActionName[src]

impl Write for ActionName[src]

Auto Trait Implementations

impl Send for ActionName

impl Sync for ActionName

impl Unpin for ActionName

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.