pub struct Plan { /* private fields */ }Implementations§
Source§impl Plan
impl Plan
pub fn build( config: &BuildConfig, parse_ctx: &ParseContext, ) -> Result<Self, PlanBuildError>
pub fn rules(&self) -> &[&'static dyn RewriteRule]
pub fn eliminated_forms(&self) -> &[RuleTargetKey]
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Plan
impl !UnwindSafe for Plan
impl Freeze for Plan
impl Send for Plan
impl Sync for Plan
impl Unpin for Plan
impl UnsafeUnpin for Plan
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