pub struct ConsensusValidatorAccounts {
pub program: TnPubkey,
pub attestor_table: TnPubkey,
pub token_program: TnPubkey,
pub converted_vault: TnPubkey,
pub unclaimed_vault: TnPubkey,
}Fields§
§program: TnPubkey§attestor_table: TnPubkey§token_program: TnPubkey§converted_vault: TnPubkey§unclaimed_vault: TnPubkeyTrait Implementations§
Source§impl Clone for ConsensusValidatorAccounts
impl Clone for ConsensusValidatorAccounts
Source§fn clone(&self) -> ConsensusValidatorAccounts
fn clone(&self) -> ConsensusValidatorAccounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConsensusValidatorAccounts
impl Debug for ConsensusValidatorAccounts
Source§impl Default for ConsensusValidatorAccounts
impl Default for ConsensusValidatorAccounts
Source§impl PartialEq for ConsensusValidatorAccounts
impl PartialEq for ConsensusValidatorAccounts
Source§fn eq(&self, other: &ConsensusValidatorAccounts) -> bool
fn eq(&self, other: &ConsensusValidatorAccounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConsensusValidatorAccounts
impl Eq for ConsensusValidatorAccounts
impl StructuralPartialEq for ConsensusValidatorAccounts
Auto Trait Implementations§
impl Freeze for ConsensusValidatorAccounts
impl RefUnwindSafe for ConsensusValidatorAccounts
impl Send for ConsensusValidatorAccounts
impl Sync for ConsensusValidatorAccounts
impl Unpin for ConsensusValidatorAccounts
impl UnsafeUnpin for ConsensusValidatorAccounts
impl UnwindSafe for ConsensusValidatorAccounts
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