Enum in3_sys::in3_plugin_act_t[][src]

#[repr(u32)]pub enum in3_plugin_act_t {
    PLGN_ACT_INIT,
    PLGN_ACT_TERM,
    PLGN_ACT_TRANSPORT_SEND,
    PLGN_ACT_TRANSPORT_RECEIVE,
    PLGN_ACT_TRANSPORT_CLEAN,
    PLGN_ACT_SIGN_ACCOUNT,
    PLGN_ACT_SIGN_PREPARE,
    PLGN_ACT_SIGN,
    PLGN_ACT_RPC_HANDLE,
    PLGN_ACT_RPC_VERIFY,
    PLGN_ACT_CACHE_SET,
    PLGN_ACT_CACHE_GET,
    PLGN_ACT_CACHE_CLEAR,
    PLGN_ACT_CONFIG_SET,
    PLGN_ACT_CONFIG_GET,
    PLGN_ACT_PAY_PREPARE,
    PLGN_ACT_PAY_FOLLOWUP,
    PLGN_ACT_PAY_HANDLE,
    PLGN_ACT_PAY_SIGN_REQ,
    PLGN_ACT_LOG_ERROR,
    PLGN_ACT_NL_PICK,
    PLGN_ACT_NL_PICK_FOLLOWUP,
    PLGN_ACT_NL_BLACKLIST,
    PLGN_ACT_NL_FAILABLE,
    PLGN_ACT_NL_OFFLINE,
    PLGN_ACT_CHAIN_CHANGE,
    PLGN_ACT_GET_DATA,
    PLGN_ACT_ADD_PAYLOAD,
}

Variants

PLGN_ACT_INIT
PLGN_ACT_TERM
PLGN_ACT_TRANSPORT_SEND
PLGN_ACT_TRANSPORT_RECEIVE
PLGN_ACT_TRANSPORT_CLEAN
PLGN_ACT_SIGN_ACCOUNT
PLGN_ACT_SIGN_PREPARE
PLGN_ACT_SIGN
PLGN_ACT_RPC_HANDLE
PLGN_ACT_RPC_VERIFY
PLGN_ACT_CACHE_SET
PLGN_ACT_CACHE_GET
PLGN_ACT_CACHE_CLEAR
PLGN_ACT_CONFIG_SET
PLGN_ACT_CONFIG_GET
PLGN_ACT_PAY_PREPARE
PLGN_ACT_PAY_FOLLOWUP
PLGN_ACT_PAY_HANDLE
PLGN_ACT_PAY_SIGN_REQ
PLGN_ACT_LOG_ERROR
PLGN_ACT_NL_PICK
PLGN_ACT_NL_PICK_FOLLOWUP
PLGN_ACT_NL_BLACKLIST
PLGN_ACT_NL_FAILABLE
PLGN_ACT_NL_OFFLINE
PLGN_ACT_CHAIN_CHANGE
PLGN_ACT_GET_DATA
PLGN_ACT_ADD_PAYLOAD

Trait Implementations

impl Clone for in3_plugin_act_t[src]

impl Copy for in3_plugin_act_t[src]

impl Debug for in3_plugin_act_t[src]

impl Eq for in3_plugin_act_t[src]

impl Hash for in3_plugin_act_t[src]

impl PartialEq<in3_plugin_act_t> for in3_plugin_act_t[src]

impl StructuralEq for in3_plugin_act_t[src]

impl StructuralPartialEq for in3_plugin_act_t[src]

Auto Trait Implementations

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, 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.