pub struct CostDomainEval;Expand description
Evaluator that delegates to CostDomain methods.
Trait Implementations§
Source§impl<D: CostDomain> DomainCostEval<D> for CostDomainEval
impl<D: CostDomain> DomainCostEval<D> for CostDomainEval
Auto Trait Implementations§
impl Freeze for CostDomainEval
impl RefUnwindSafe for CostDomainEval
impl Send for CostDomainEval
impl Sync for CostDomainEval
impl Unpin for CostDomainEval
impl UnsafeUnpin for CostDomainEval
impl UnwindSafe for CostDomainEval
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