pub struct FunctionResultValidatorInitAccounts {
pub verifier: Pubkey,
pub attestation_queue: Pubkey,
pub queue_authority: Pubkey,
pub reward_receiver: Pubkey,
}
Fields§
§verifier: Pubkey
§attestation_queue: Pubkey
§reward_receiver: Pubkey
Auto Trait Implementations§
impl RefUnwindSafe for FunctionResultValidatorInitAccounts
impl Send for FunctionResultValidatorInitAccounts
impl Sync for FunctionResultValidatorInitAccounts
impl Unpin for FunctionResultValidatorInitAccounts
impl UnwindSafe for FunctionResultValidatorInitAccounts
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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