[][src]Struct nimiq_mempool::filter::Rules

pub struct Rules {
    pub tx_fee: Coin,
    pub tx_fee_per_byte: f64,
    pub tx_value: Coin,
    pub tx_value_total: Coin,
    pub contract_fee: Coin,
    pub contract_fee_per_byte: f64,
    pub contract_value: Coin,
    pub creation_fee: Coin,
    pub creation_fee_per_byte: f64,
    pub creation_value: Coin,
    pub recipient_balance: Coin,
    pub sender_balance: Coin,
}

Fields

tx_fee: Cointx_fee_per_byte: f64tx_value: Cointx_value_total: Coincontract_fee: Coincontract_fee_per_byte: f64contract_value: Coincreation_fee: Coincreation_fee_per_byte: f64creation_value: Coinrecipient_balance: Coinsender_balance: Coin

Trait Implementations

impl Clone for Rules[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for Rules[src]

impl Debug for Rules[src]

Auto Trait Implementations

impl Send for Rules

impl Sync for Rules

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default

impl<T> Erased for T

impl<T> SafeBorrow<T> for T where
    T: ?Sized

impl<'a, T> DefaultFeatures<'a> for T where
    T: 'a + Send + Sync + Clone

impl<'a, T> NonSyncFeatures<'a> for T where
    T: 'a + Clone