pub struct ZeroCost;Expand description
No-op evaluator: all costs are zero. Used when D doesn’t implement CostDomain.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroCost
impl RefUnwindSafe for ZeroCost
impl Send for ZeroCost
impl Sync for ZeroCost
impl Unpin for ZeroCost
impl UnsafeUnpin for ZeroCost
impl UnwindSafe for ZeroCost
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