pub enum Ty {
Show 13 variants
AccountInfo,
UncheckedAccount,
AccountLoader(AccountLoaderTy),
Sysvar(SysvarTy),
Account(AccountTy),
LazyAccount(LazyAccountTy),
Migration(MigrationTy),
Program(ProgramTy),
Interface(InterfaceTy),
InterfaceAccount(InterfaceAccountTy),
Signer,
SystemAccount,
ProgramData,
}Variants§
AccountInfo
UncheckedAccount
AccountLoader(AccountLoaderTy)
Sysvar(SysvarTy)
Account(AccountTy)
LazyAccount(LazyAccountTy)
Migration(MigrationTy)
Program(ProgramTy)
Interface(InterfaceTy)
InterfaceAccount(InterfaceAccountTy)
Signer
SystemAccount
ProgramData
Trait Implementations§
impl Eq for Ty
impl StructuralPartialEq for Ty
Auto Trait Implementations§
impl !Send for Ty
impl !Sync for Ty
impl Freeze for Ty
impl RefUnwindSafe for Ty
impl Unpin for Ty
impl UnsafeUnpin for Ty
impl UnwindSafe for Ty
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