struct ClusterResult {
significant_comms: Vec<CommCluster>,
}Expand description
Result of clustering analysis for a group
Fields§
§significant_comms: Vec<CommCluster>Comms that exceed the significance threshold, optionally with hint splits
Auto Trait Implementations§
impl Freeze for ClusterResult
impl RefUnwindSafe for ClusterResult
impl Send for ClusterResult
impl Sync for ClusterResult
impl Unpin for ClusterResult
impl UnsafeUnpin for ClusterResult
impl UnwindSafe for ClusterResult
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