pub struct CpuCostModel;Trait Implementations§
Source§impl Clone for CpuCostModel
impl Clone for CpuCostModel
Source§fn clone(&self) -> CpuCostModel
fn clone(&self) -> CpuCostModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CostModel for CpuCostModel
impl CostModel for CpuCostModel
Auto Trait Implementations§
impl Freeze for CpuCostModel
impl RefUnwindSafe for CpuCostModel
impl Send for CpuCostModel
impl Sync for CpuCostModel
impl Unpin for CpuCostModel
impl UnsafeUnpin for CpuCostModel
impl UnwindSafe for CpuCostModel
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