Struct solana_runtime::bank::VoteWithStakeDelegations
source · struct VoteWithStakeDelegations {
vote_state: Arc<VoteState>,
vote_account: AccountSharedData,
delegations: Vec<(Pubkey, StakeAccount<()>)>,
}
Fields§
§vote_state: Arc<VoteState>
§vote_account: AccountSharedData
§delegations: Vec<(Pubkey, StakeAccount<()>)>
Auto Trait Implementations§
impl RefUnwindSafe for VoteWithStakeDelegations
impl Send for VoteWithStakeDelegations
impl Sync for VoteWithStakeDelegations
impl Unpin for VoteWithStakeDelegations
impl UnwindSafe for VoteWithStakeDelegations
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more