pub struct ValidatorVoteKeypairs {
pub node_keypair: Keypair,
pub vote_keypair: Keypair,
pub stake_keypair: Keypair,
}
Fields§
§node_keypair: Keypair
§vote_keypair: Keypair
§stake_keypair: Keypair
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ValidatorVoteKeypairs
impl Send for ValidatorVoteKeypairs
impl Sync for ValidatorVoteKeypairs
impl Unpin for ValidatorVoteKeypairs
impl UnwindSafe for ValidatorVoteKeypairs
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