Struct solana_csv_to_validator_infos::ValidatorRecord[][src]

pub(crate) struct ValidatorRecord {
    id: u64,
    tokens: f64,
    adjective: String,
    noun: String,
    identity_pubkey: String,
    vote_pubkey: String,
}

Fields

id: u64tokens: f64adjective: Stringnoun: Stringidentity_pubkey: Stringvote_pubkey: String

Trait Implementations

impl Debug for ValidatorRecord[src]

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

Auto Trait Implementations

impl RefUnwindSafe for ValidatorRecord

impl Send for ValidatorRecord

impl Sync for ValidatorRecord

impl Unpin for ValidatorRecord

impl UnwindSafe for ValidatorRecord

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, 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.