pub struct ProcedureGeneratorConfig {
pub procedures_per_standard: usize,
pub sampling_method: String,
pub confidence_level: f64,
pub tolerable_misstatement: f64,
}Expand description
Configuration for procedure generation.
Fields§
§procedures_per_standard: usize§sampling_method: String§confidence_level: f64§tolerable_misstatement: f64Trait Implementations§
Source§impl Clone for ProcedureGeneratorConfig
impl Clone for ProcedureGeneratorConfig
Source§fn clone(&self) -> ProcedureGeneratorConfig
fn clone(&self) -> ProcedureGeneratorConfig
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 ProcedureGeneratorConfig
impl Debug for ProcedureGeneratorConfig
Auto Trait Implementations§
impl Freeze for ProcedureGeneratorConfig
impl RefUnwindSafe for ProcedureGeneratorConfig
impl Send for ProcedureGeneratorConfig
impl Sync for ProcedureGeneratorConfig
impl Unpin for ProcedureGeneratorConfig
impl UnsafeUnpin for ProcedureGeneratorConfig
impl UnwindSafe for ProcedureGeneratorConfig
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