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: Ident
program_mod: ItemMod
Trait Implementations
impl Parse for Program
[src]
impl Parse for Program
[src]fn parse(input: ParseStream<'_>) -> ParseResult<Self>
[src]
impl ToTokens for Program
[src]
impl ToTokens for Program
[src]fn to_tokens(&self, tokens: &mut TokenStream)
[src]
fn to_tokens(&self, tokens: &mut TokenStream)
[src]Write self
to the given TokenStream
. Read more
fn to_token_stream(&self) -> TokenStream
[src]
fn to_token_stream(&self) -> TokenStream
[src]Convert self
directly into a TokenStream
object. Read more
fn into_token_stream(self) -> TokenStream
[src]
fn into_token_stream(self) -> TokenStream
[src]Convert self
directly into a TokenStream
object. Read more
Auto Trait Implementations
impl RefUnwindSafe for Program
impl !Send for Program
impl !Sync for Program
impl Unpin for Program
impl UnwindSafe for Program
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src]
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src]pub fn span(&self) -> Span
[src]
pub fn span(&self) -> Span
[src]Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more