Struct solana_runtime::vote_account::VoteAccounts [−][src]
pub struct VoteAccounts { /* fields omitted */ }
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = (Pubkey, (u64, ArcVoteAccount))>,
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = (Pubkey, (u64, ArcVoteAccount))>,
Creates a value from an iterator. Read more
Auto Trait Implementations
impl !RefUnwindSafe for VoteAccounts
impl Send for VoteAccounts
impl Sync for VoteAccounts
impl Unpin for VoteAccounts
impl !UnwindSafe for VoteAccounts
Blanket Implementations
pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V