pub struct CentralityScores { /* private fields */ }Expand description
Stores centrality scores after computation.
Implementations§
Trait Implementations§
Source§impl Debug for CentralityScores
impl Debug for CentralityScores
Source§impl Default for CentralityScores
impl Default for CentralityScores
Source§fn default() -> CentralityScores
fn default() -> CentralityScores
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CentralityScores
impl RefUnwindSafe for CentralityScores
impl Send for CentralityScores
impl Sync for CentralityScores
impl Unpin for CentralityScores
impl UnsafeUnpin for CentralityScores
impl UnwindSafe for CentralityScores
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