Struct anchor_syn::Program [−][src]
pub struct Program {
pub state: Option<State>,
pub ixs: Vec<Ix>,
pub name: Ident,
pub program_mod: ItemMod,
}Fields
state: Option<State>ixs: Vec<Ix>name: Identprogram_mod: ItemModTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Programimpl UnwindSafe for ProgramBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more