pub struct PathAnalysisConfig {
pub max_paths_per_pair: Option<usize>,
pub max_path_length: Option<usize>,
pub representative_nodes_per_partition: usize,
pub num_top_communities: usize,
pub sample_size_communities: usize,
pub num_top_asn_groups: usize,
pub sample_size_asn_groups: usize,
pub internal_component_sample_size: usize,
}
Expand description
Path analysis configuration
Fields§
§max_paths_per_pair: Option<usize>
§max_path_length: Option<usize>
§representative_nodes_per_partition: usize
§num_top_communities: usize
§sample_size_communities: usize
§num_top_asn_groups: usize
§sample_size_asn_groups: usize
§internal_component_sample_size: usize
Trait Implementations§
source§impl Clone for PathAnalysisConfig
impl Clone for PathAnalysisConfig
source§fn clone(&self) -> PathAnalysisConfig
fn clone(&self) -> PathAnalysisConfig
Returns a copy 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 PathAnalysisConfig
impl Debug for PathAnalysisConfig
source§impl Default for PathAnalysisConfig
impl Default for PathAnalysisConfig
source§impl<'de> Deserialize<'de> for PathAnalysisConfig
impl<'de> Deserialize<'de> for PathAnalysisConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PathAnalysisConfig
impl RefUnwindSafe for PathAnalysisConfig
impl Send for PathAnalysisConfig
impl Sync for PathAnalysisConfig
impl Unpin for PathAnalysisConfig
impl UnwindSafe for PathAnalysisConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)