pub struct Program<'a> {
pub imports: Vec<Loc<Import<'a>>>,
pub functions: Vec<Loc<Function<'a>>>,
}Fields§
§imports: Vec<Loc<Import<'a>>>§functions: Vec<Loc<Function<'a>>>Auto Trait Implementations§
impl<'a> Freeze for Program<'a>
impl<'a> RefUnwindSafe for Program<'a>
impl<'a> Send for Program<'a>
impl<'a> Sync for Program<'a>
impl<'a> Unpin for Program<'a>
impl<'a> UnwindSafe for Program<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more