Struct solana_core::progress_map::ValidatorStakeInfo [−][src]
pub struct ValidatorStakeInfo {
pub validator_vote_pubkey: Pubkey,
pub stake: u64,
pub total_epoch_stake: u64,
}Fields
validator_vote_pubkey: Pubkeystake: u64total_epoch_stake: u64Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValidatorStakeInfo
impl Send for ValidatorStakeInfo
impl Sync for ValidatorStakeInfo
impl Unpin for ValidatorStakeInfo
impl UnwindSafe for ValidatorStakeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
