Struct anchor_syn::AccountsStruct [−][src]
pub struct AccountsStruct { pub ident: Ident, pub generics: Generics, pub fields: Vec<AccountField>, }
Fields
ident: Ident
generics: Generics
fields: Vec<AccountField>
Implementations
impl AccountsStruct
[src]
impl AccountsStruct
[src]pub fn new(strct: ItemStruct, fields: Vec<AccountField>) -> Self
[src]
pub fn account_tys(
&self,
global_accs: &HashMap<String, AccountsStruct>
) -> Result<Vec<String>>
[src]
&self,
global_accs: &HashMap<String, AccountsStruct>
) -> Result<Vec<String>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccountsStruct
impl RefUnwindSafe for AccountsStruct
impl !Send for AccountsStruct
impl !Send for AccountsStruct
impl !Sync for AccountsStruct
impl !Sync for AccountsStruct
impl Unpin for AccountsStruct
impl Unpin for AccountsStruct
impl UnwindSafe for AccountsStruct
impl UnwindSafe for AccountsStruct