Struct solana_program::stake_history::StakeHistoryEntry[][src]

pub struct StakeHistoryEntry {
    pub effective: u64,
    pub activating: u64,
    pub deactivating: u64,
}

Fields

effective: u64activating: u64deactivating: u64

Trait Implementations

impl Clone for StakeHistoryEntry[src]

impl Debug for StakeHistoryEntry[src]

impl Default for StakeHistoryEntry[src]

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

impl Eq for StakeHistoryEntry[src]

impl PartialEq<StakeHistoryEntry> for StakeHistoryEntry[src]

impl Serialize for StakeHistoryEntry[src]

impl StructuralEq for StakeHistoryEntry[src]

impl StructuralPartialEq for StakeHistoryEntry[src]

Auto Trait Implementations

impl RefUnwindSafe for StakeHistoryEntry

impl Send for StakeHistoryEntry

impl Sync for StakeHistoryEntry

impl Unpin for StakeHistoryEntry

impl UnwindSafe for StakeHistoryEntry

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> 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[src]

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]