struct CommCluster {
name: String,
match_comms: Vec<String>,
significant_hints: Vec<u64>,
}Expand description
Clustering result for a single comm
Fields§
§name: String§match_comms: Vec<String>§significant_hints: Vec<u64>Auto Trait Implementations§
impl Freeze for CommCluster
impl RefUnwindSafe for CommCluster
impl Send for CommCluster
impl Sync for CommCluster
impl Unpin for CommCluster
impl UnsafeUnpin for CommCluster
impl UnwindSafe for CommCluster
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