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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more