[][src]Struct eosio_system::ProducerInfo2

pub struct ProducerInfo2 {
    pub owner: AccountName,
    pub votepay_share: f64,
    pub last_votepay_share_update: TimePoint,
}

https://github.com/EOSIO/eosio.contracts/blob/c046863a65d7e98424312ee8009f0acb493e6231/contracts/eosio.system/include/eosio.system/eosio.system.hpp#L154-L163

Fields

owner: AccountNamevotepay_share: f64last_votepay_share_update: TimePoint

Trait Implementations

impl Clone for ProducerInfo2[src]

impl Debug for ProducerInfo2[src]

impl NumBytes for ProducerInfo2[src]

impl Read for ProducerInfo2[src]

impl Table for ProducerInfo2[src]

type Row = Self

TODO docs

impl Write for ProducerInfo2[src]

Auto Trait Implementations

impl RefUnwindSafe for ProducerInfo2

impl Send for ProducerInfo2

impl Sync for ProducerInfo2

impl Unpin for ProducerInfo2

impl UnwindSafe for ProducerInfo2

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.