pub struct PlanRunner { /* private fields */ }
Expand description
Executes IL Plans against capabilities
Implementations§
Auto Trait Implementations§
impl Freeze for PlanRunner
impl RefUnwindSafe for PlanRunner
impl Send for PlanRunner
impl Sync for PlanRunner
impl Unpin for PlanRunner
impl UnwindSafe for PlanRunner
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