pub struct UnitCostModel;Trait Implementations§
Source§impl CostModel for UnitCostModel
impl CostModel for UnitCostModel
fn cost(&self, plan: &PhysicalPlan) -> Cost
Auto Trait Implementations§
impl Freeze for UnitCostModel
impl RefUnwindSafe for UnitCostModel
impl Send for UnitCostModel
impl Sync for UnitCostModel
impl Unpin for UnitCostModel
impl UnwindSafe for UnitCostModel
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