pub struct RunSettings {
pub max_iterations: usize,
}Expand description
Defines constraints on deriving strings from an System.
Fields§
§max_iterations: usizeThe maximum number of iterations allowed for a derivation.
Implementations§
Source§impl RunSettings
impl RunSettings
pub fn for_max_iterations(max_iterations: usize) -> Self
Trait Implementations§
Source§impl Clone for RunSettings
impl Clone for RunSettings
Source§fn clone(&self) -> RunSettings
fn clone(&self) -> RunSettings
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 moreSource§impl Debug for RunSettings
impl Debug for RunSettings
Source§impl Default for RunSettings
impl Default for RunSettings
Auto Trait Implementations§
impl Freeze for RunSettings
impl RefUnwindSafe for RunSettings
impl Send for RunSettings
impl Sync for RunSettings
impl Unpin for RunSettings
impl UnwindSafe for RunSettings
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