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
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