[][src]Struct eosio_system::Fundnetloan

pub struct Fundnetloan {
    pub from: AccountName,
    pub loan_num: u64,
    pub payment: Asset,
}

Fields

from: AccountNameloan_num: u64payment: Asset

Trait Implementations

impl ActionFn for Fundnetloan[src]

impl Clone for Fundnetloan[src]

impl NumBytes for Fundnetloan[src]

impl Read for Fundnetloan[src]

impl Write for Fundnetloan[src]

Auto Trait Implementations

impl RefUnwindSafe for Fundnetloan

impl Send for Fundnetloan

impl Sync for Fundnetloan

impl Unpin for Fundnetloan

impl UnwindSafe for Fundnetloan

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.