pub struct StructuralHole {
pub node: NodeId,
pub sibling_avg_activation: FiniteF32,
pub reason: String,
}Expand description
A structural hole: a node that should be connected but is not.
Fields§
§node: NodeId§sibling_avg_activation: FiniteF32§reason: StringTrait Implementations§
Source§impl Clone for StructuralHole
impl Clone for StructuralHole
Source§fn clone(&self) -> StructuralHole
fn clone(&self) -> StructuralHole
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 moreAuto Trait Implementations§
impl Freeze for StructuralHole
impl RefUnwindSafe for StructuralHole
impl Send for StructuralHole
impl Sync for StructuralHole
impl Unpin for StructuralHole
impl UnsafeUnpin for StructuralHole
impl UnwindSafe for StructuralHole
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