pub struct JsCostModel {
pub prefer_loop: bool,
}Fields§
§prefer_loop: boolImplementations§
Trait Implementations§
Source§impl Clone for JsCostModel
impl Clone for JsCostModel
Source§fn clone(&self) -> JsCostModel
fn clone(&self) -> JsCostModel
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 JsCostModel
impl CostModel for JsCostModel
Auto Trait Implementations§
impl Freeze for JsCostModel
impl RefUnwindSafe for JsCostModel
impl Send for JsCostModel
impl Sync for JsCostModel
impl Unpin for JsCostModel
impl UnsafeUnpin for JsCostModel
impl UnwindSafe for JsCostModel
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