pub struct StrategyGenerator { /* private fields */ }Expand description
Adapter that bridges a Strategy into the ReplacementGenerator
interface consumed by MappingStore.
It produces entropy according to the configured EntropyMode and
delegates replacement formatting to the wrapped strategy.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrategyGenerator
impl !RefUnwindSafe for StrategyGenerator
impl Send for StrategyGenerator
impl Sync for StrategyGenerator
impl Unpin for StrategyGenerator
impl UnsafeUnpin for StrategyGenerator
impl !UnwindSafe for StrategyGenerator
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