pub struct ProgramSet<'expr> { /* private fields */ }Implementations§
Source§impl<'expr> ProgramSet<'expr>
impl<'expr> ProgramSet<'expr>
pub fn eval_ops(&self) -> &[EvalOp]
pub fn domain(&self, id: DomainProgramId) -> Option<&DomainProgram>
pub fn root_domain(&self) -> Option<DomainProgramId>
Trait Implementations§
Auto Trait Implementations§
impl<'expr> Freeze for ProgramSet<'expr>
impl<'expr> RefUnwindSafe for ProgramSet<'expr>
impl<'expr> !Send for ProgramSet<'expr>
impl<'expr> !Sync for ProgramSet<'expr>
impl<'expr> Unpin for ProgramSet<'expr>
impl<'expr> UnwindSafe for ProgramSet<'expr>
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