pub struct NodeBetweenness {
pub node: String,
pub score: f64,
}Fields§
§node: String§score: f64Trait Implementations§
Source§impl Clone for NodeBetweenness
impl Clone for NodeBetweenness
Source§fn clone(&self) -> NodeBetweenness
fn clone(&self) -> NodeBetweenness
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 NodeBetweenness
impl Debug for NodeBetweenness
Auto Trait Implementations§
impl Freeze for NodeBetweenness
impl RefUnwindSafe for NodeBetweenness
impl Send for NodeBetweenness
impl Sync for NodeBetweenness
impl Unpin for NodeBetweenness
impl UnsafeUnpin for NodeBetweenness
impl UnwindSafe for NodeBetweenness
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