pub struct DefaultCostModel;Trait Implementations§
Source§impl Clone for DefaultCostModel
impl Clone for DefaultCostModel
Source§fn clone(&self) -> DefaultCostModel
fn clone(&self) -> DefaultCostModel
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 DefaultCostModel
impl CostModel for DefaultCostModel
Source§impl Debug for DefaultCostModel
impl Debug for DefaultCostModel
Source§impl Default for DefaultCostModel
impl Default for DefaultCostModel
Source§fn default() -> DefaultCostModel
fn default() -> DefaultCostModel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultCostModel
impl RefUnwindSafe for DefaultCostModel
impl Send for DefaultCostModel
impl Sync for DefaultCostModel
impl Unpin for DefaultCostModel
impl UnsafeUnpin for DefaultCostModel
impl UnwindSafe for DefaultCostModel
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