pub struct GoingConcernGeneratorConfig {
pub clean_probability: f64,
pub mild_probability: f64,
}Expand description
Configuration for the going concern generator.
Fields§
§clean_probability: f64Probability that an entity receives zero indicators (clean assessment).
mild_probability: f64Probability that an entity receives 1–2 indicators (mild concerns).
Trait Implementations§
Source§impl Clone for GoingConcernGeneratorConfig
impl Clone for GoingConcernGeneratorConfig
Source§fn clone(&self) -> GoingConcernGeneratorConfig
fn clone(&self) -> GoingConcernGeneratorConfig
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 GoingConcernGeneratorConfig
impl Debug for GoingConcernGeneratorConfig
Auto Trait Implementations§
impl Freeze for GoingConcernGeneratorConfig
impl RefUnwindSafe for GoingConcernGeneratorConfig
impl Send for GoingConcernGeneratorConfig
impl Sync for GoingConcernGeneratorConfig
impl Unpin for GoingConcernGeneratorConfig
impl UnsafeUnpin for GoingConcernGeneratorConfig
impl UnwindSafe for GoingConcernGeneratorConfig
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