pub struct Program<T>where
T: TypeSet,{
pub items: Vec<Item<T>>,
}Fields§
§items: Vec<Item<T>>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Program<T>
impl<T> RefUnwindSafe for Program<T>
impl<T> Send for Program<T>
impl<T> Sync for Program<T>
impl<T> Unpin for Program<T>
impl<T> UnwindSafe for Program<T>
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