pub struct CoChangeEntry {
pub target: NodeId,
pub strength: FiniteF32,
}Expand description
Entry in the co-change matrix: (target_node, coupling_strength).
Fields§
§target: NodeId§strength: FiniteF32Trait Implementations§
Source§impl Clone for CoChangeEntry
impl Clone for CoChangeEntry
Source§fn clone(&self) -> CoChangeEntry
fn clone(&self) -> CoChangeEntry
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 CoChangeEntry
impl Debug for CoChangeEntry
impl Copy for CoChangeEntry
Auto Trait Implementations§
impl Freeze for CoChangeEntry
impl RefUnwindSafe for CoChangeEntry
impl Send for CoChangeEntry
impl Sync for CoChangeEntry
impl Unpin for CoChangeEntry
impl UnsafeUnpin for CoChangeEntry
impl UnwindSafe for CoChangeEntry
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