pub struct AdvancedInsightsConfig {
pub top_k: usize,
pub k_paths_k: usize,
pub max_cycle_break: usize,
pub max_parallel_cut: usize,
}Expand description
Configuration used to produce the advanced insights.
Fields§
§top_k: usize§k_paths_k: usize§max_cycle_break: usize§max_parallel_cut: usizeTrait Implementations§
Source§impl Clone for AdvancedInsightsConfig
impl Clone for AdvancedInsightsConfig
Source§fn clone(&self) -> AdvancedInsightsConfig
fn clone(&self) -> AdvancedInsightsConfig
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 AdvancedInsightsConfig
impl Debug for AdvancedInsightsConfig
Source§impl Default for AdvancedInsightsConfig
impl Default for AdvancedInsightsConfig
Auto Trait Implementations§
impl Freeze for AdvancedInsightsConfig
impl RefUnwindSafe for AdvancedInsightsConfig
impl Send for AdvancedInsightsConfig
impl Sync for AdvancedInsightsConfig
impl Unpin for AdvancedInsightsConfig
impl UnsafeUnpin for AdvancedInsightsConfig
impl UnwindSafe for AdvancedInsightsConfig
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