pub enum Account {
CronJobNameMappingV0(CronJobNameMappingV0),
CronJobTransactionV0(CronJobTransactionV0),
CronJobV0(CronJobV0),
TaskQueueAuthorityV0(TaskQueueAuthorityV0),
TaskQueueV0(TaskQueueV0),
UserCronJobsV0(UserCronJobsV0),
}
Expand description
An enum that includes all accounts of the declared program as a tuple variant.
See Self::try_from_bytes
to create an instance from bytes.
Variants§
CronJobNameMappingV0(CronJobNameMappingV0)
CronJobTransactionV0(CronJobTransactionV0)
CronJobV0(CronJobV0)
TaskQueueAuthorityV0(TaskQueueAuthorityV0)
TaskQueueV0(TaskQueueV0)
UserCronJobsV0(UserCronJobsV0)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Account
impl RefUnwindSafe for Account
impl Send for Account
impl Sync for Account
impl Unpin for Account
impl UnwindSafe for Account
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