pub struct DynScoreSet64<Ctx: ?Sized> { /* private fields */ }Expand description
A dynamic f64 score set that sums a list of evaluators.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Ctx> !RefUnwindSafe for DynScoreSet64<Ctx>
impl<Ctx> !UnwindSafe for DynScoreSet64<Ctx>
impl<Ctx> Freeze for DynScoreSet64<Ctx>
impl<Ctx> Send for DynScoreSet64<Ctx>
impl<Ctx> Sync for DynScoreSet64<Ctx>
impl<Ctx> Unpin for DynScoreSet64<Ctx>
impl<Ctx> UnsafeUnpin for DynScoreSet64<Ctx>
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