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: ImplItemMethod
ident: Ident
args: Vec<IxArg>
anchor_ident: Ident
has_receiver: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateIx
impl RefUnwindSafe for StateIx
impl UnwindSafe for StateIx
impl UnwindSafe for StateIx