pub struct CraGeneratorConfig {
pub effective_controls_probability: f64,
pub partial_controls_probability: f64,
}Expand description
Configuration for the CRA generator.
Fields§
§effective_controls_probability: f64Probability that control risk is Low (effective controls in place).
partial_controls_probability: f64Probability that control risk is Medium (partially effective).
Trait Implementations§
Source§impl Clone for CraGeneratorConfig
impl Clone for CraGeneratorConfig
Source§fn clone(&self) -> CraGeneratorConfig
fn clone(&self) -> CraGeneratorConfig
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 CraGeneratorConfig
impl Debug for CraGeneratorConfig
Auto Trait Implementations§
impl Freeze for CraGeneratorConfig
impl RefUnwindSafe for CraGeneratorConfig
impl Send for CraGeneratorConfig
impl Sync for CraGeneratorConfig
impl Unpin for CraGeneratorConfig
impl UnsafeUnpin for CraGeneratorConfig
impl UnwindSafe for CraGeneratorConfig
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