Struct solana_runtime::epoch_stakes::NodeVoteAccounts [−][src]
Fields
vote_accounts: Vec<Pubkey>
total_stake: u64
Trait Implementations
impl AbiExample for NodeVoteAccounts
[src]
impl AbiExample for NodeVoteAccounts
[src]impl Clone for NodeVoteAccounts
[src]
impl Clone for NodeVoteAccounts
[src]fn clone(&self) -> NodeVoteAccounts
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for NodeVoteAccounts
[src]
impl Default for NodeVoteAccounts
[src]fn default() -> NodeVoteAccounts
[src]
impl<'de> Deserialize<'de> for NodeVoteAccounts
[src]
impl<'de> Deserialize<'de> for NodeVoteAccounts
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for NodeVoteAccounts
[src]
impl Eq for NodeVoteAccounts
[src]impl PartialEq<NodeVoteAccounts> for NodeVoteAccounts
[src]
impl PartialEq<NodeVoteAccounts> for NodeVoteAccounts
[src]fn eq(&self, other: &NodeVoteAccounts) -> bool
[src]
fn ne(&self, other: &NodeVoteAccounts) -> bool
[src]
impl Serialize for NodeVoteAccounts
[src]
impl Serialize for NodeVoteAccounts
[src]impl StructuralEq for NodeVoteAccounts
[src]
impl StructuralEq for NodeVoteAccounts
[src]impl StructuralPartialEq for NodeVoteAccounts
[src]
impl StructuralPartialEq for NodeVoteAccounts
[src]Auto Trait Implementations
impl RefUnwindSafe for NodeVoteAccounts
impl RefUnwindSafe for NodeVoteAccounts
impl Send for NodeVoteAccounts
impl Send for NodeVoteAccounts
impl Sync for NodeVoteAccounts
impl Sync for NodeVoteAccounts
impl Unpin for NodeVoteAccounts
impl Unpin for NodeVoteAccounts
impl UnwindSafe for NodeVoteAccounts
impl UnwindSafe for NodeVoteAccounts
Blanket Implementations
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
[src]
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
[src]pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
[src]
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
[src]
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
[src]pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
[src]
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,