[][src]Struct solana_account_decoder::parse_sysvar::UiRent

pub struct UiRent {
    pub lamports_per_byte_year: StringAmount,
    pub exemption_threshold: f64,
    pub burn_percent: u8,
}

Fields

lamports_per_byte_year: StringAmountexemption_threshold: f64burn_percent: u8

Trait Implementations

impl Debug for UiRent[src]

impl Default for UiRent[src]

impl<'de> Deserialize<'de> for UiRent[src]

impl From<Rent> for UiRent[src]

impl PartialEq<UiRent> for UiRent[src]

impl Serialize for UiRent[src]

impl StructuralPartialEq for UiRent[src]

Auto Trait Implementations

impl RefUnwindSafe for UiRent

impl Send for UiRent

impl Sync for UiRent

impl Unpin for UiRent

impl UnwindSafe for UiRent

Blanket Implementations

impl<T> AbiEnumVisitor for T where
    T: AbiExample + Serialize + ?Sized
[src]

impl<T> AbiEnumVisitor for T where
    T: Serialize + ?Sized
[src]

impl<T> AbiExample for T[src]

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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<V, T> VZip<V> for T where
    V: MultiLane<T>,