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 moreimpl Copy for ConsensusValidatorAccounts
Source§impl Debug for ConsensusValidatorAccounts
impl Debug for ConsensusValidatorAccounts
Source§impl Default for ConsensusValidatorAccounts
impl Default 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