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