Struct anchor_syn::StateIx
source · pub struct StateIx {
pub raw_method: ImplItemMethod,
pub ident: Ident,
pub args: Vec<IxArg>,
pub anchor_ident: Ident,
pub has_receiver: bool,
}
Fields§
§raw_method: ImplItemMethod
§ident: Ident
§args: Vec<IxArg>
§anchor_ident: Ident
§has_receiver: bool