pub struct GenerateParams {
pub size: usize,
pub gauge: usize,
pub nominal_strategy: NominalStrategy,
}
Expand description
Parameters for generating and editing input; See README.md
for more.
Fields§
§size: usize
§gauge: usize
§nominal_strategy: NominalStrategy
Trait Implementations§
Source§impl Clone for GenerateParams
impl Clone for GenerateParams
Source§fn clone(&self) -> GenerateParams
fn clone(&self) -> GenerateParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GenerateParams
impl RefUnwindSafe for GenerateParams
impl Send for GenerateParams
impl Sync for GenerateParams
impl Unpin for GenerateParams
impl UnwindSafe for GenerateParams
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