pub struct MonomorphizedProgram {
pub items: Vec<TypedItem>,
}Expand description
Result of monomorphization
Fields§
§items: Vec<TypedItem>Auto Trait Implementations§
impl Freeze for MonomorphizedProgram
impl RefUnwindSafe for MonomorphizedProgram
impl Send for MonomorphizedProgram
impl Sync for MonomorphizedProgram
impl Unpin for MonomorphizedProgram
impl UnwindSafe for MonomorphizedProgram
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