pub struct WeightedU64Cache { /* private fields */ }Expand description
Derived state for WeightedU64: the parsed value list and
the alias table, computed once at construction from the spec
string and read on every cycle.
Trait Implementations§
impl PolydatSetup for WeightedU64Cache
Auto Trait Implementations§
impl Freeze for WeightedU64Cache
impl RefUnwindSafe for WeightedU64Cache
impl Send for WeightedU64Cache
impl Sync for WeightedU64Cache
impl Unpin for WeightedU64Cache
impl UnsafeUnpin for WeightedU64Cache
impl UnwindSafe for WeightedU64Cache
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