Struct cronos_program::accounts::TaskRepeat
source · [−]pub struct TaskRepeat {
pub authority: Pubkey,
pub config: Pubkey,
pub daemon: Pubkey,
pub indexer_program: Pubkey,
pub next_frame: Pubkey,
pub next_task: Pubkey,
pub next_task_element: Pubkey,
pub next_task_list: Pubkey,
pub prev_task: Pubkey,
pub system_program: Pubkey,
pub worker: Pubkey,
}
Fields
config: Pubkey
daemon: Pubkey
indexer_program: Pubkey
next_frame: Pubkey
next_task: Pubkey
next_task_element: Pubkey
next_task_list: Pubkey
prev_task: Pubkey
system_program: Pubkey
worker: Pubkey
Trait Implementations
sourceimpl BorshSerialize for TaskRepeat where
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
impl BorshSerialize for TaskRepeat where
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
sourceimpl ToAccountMetas for TaskRepeat
impl ToAccountMetas for TaskRepeat
sourcefn to_account_metas(&self, is_signer: Option<bool>) -> Vec<AccountMeta>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
fn to_account_metas(&self, is_signer: Option<bool>) -> Vec<AccountMeta>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
is_signer
is given as an optional override for the signer meta field.
This covers the edge case when a program-derived-address needs to relay
a transaction from a client to another program but sign the transaction
before the relay. The client cannot mark the field as a signer, and so
we have to override the is_signer meta field given by the client. Read more
Auto Trait Implementations
impl RefUnwindSafe for TaskRepeat
impl Send for TaskRepeat
impl Sync for TaskRepeat
impl Unpin for TaskRepeat
impl UnwindSafe for TaskRepeat
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more