pub enum StringStrategy {
Choice(Vec<String>),
Generated(StringGenConfig),
}Variants§
Choice(Vec<String>)
Generated(StringGenConfig)
Auto Trait Implementations§
impl Freeze for StringStrategy
impl RefUnwindSafe for StringStrategy
impl Send for StringStrategy
impl Sync for StringStrategy
impl Unpin for StringStrategy
impl UnsafeUnpin for StringStrategy
impl UnwindSafe for StringStrategy
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