pub struct WeightedStrCache { /* private fields */ }Expand description
Derived state for WeightedStrings: 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 WeightedStrCache
Auto Trait Implementations§
impl Freeze for WeightedStrCache
impl RefUnwindSafe for WeightedStrCache
impl Send for WeightedStrCache
impl Sync for WeightedStrCache
impl Unpin for WeightedStrCache
impl UnsafeUnpin for WeightedStrCache
impl UnwindSafe for WeightedStrCache
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