Struct anchor_syn::StateIx [−][src]
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: ImplItemMethodident: Identargs: Vec<IxArg>anchor_ident: Identhas_receiver: bool