pub struct DynamicWeightedMemo { /* private fields */ }Expand description
The memo DynamicWeightedSelect keeps per kernel state: the
last spec it parsed, with the value list and alias table built
from it. table is None when the spec named no values.
Trait Implementations§
Source§impl Default for DynamicWeightedMemo
impl Default for DynamicWeightedMemo
Source§fn default() -> DynamicWeightedMemo
fn default() -> DynamicWeightedMemo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DynamicWeightedMemo
impl RefUnwindSafe for DynamicWeightedMemo
impl Send for DynamicWeightedMemo
impl Sync for DynamicWeightedMemo
impl Unpin for DynamicWeightedMemo
impl UnsafeUnpin for DynamicWeightedMemo
impl UnwindSafe for DynamicWeightedMemo
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