pub struct ComponentScores {
pub pagerank: f64,
pub status: f64,
pub impact: f64,
pub priority: f64,
pub recency: f64,
}Fields§
§pagerank: f64§status: f64§impact: f64§priority: f64§recency: f64Trait Implementations§
Source§impl Clone for ComponentScores
impl Clone for ComponentScores
Source§fn clone(&self) -> ComponentScores
fn clone(&self) -> ComponentScores
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 ComponentScores
impl Debug for ComponentScores
Auto Trait Implementations§
impl Freeze for ComponentScores
impl RefUnwindSafe for ComponentScores
impl Send for ComponentScores
impl Sync for ComponentScores
impl Unpin for ComponentScores
impl UnsafeUnpin for ComponentScores
impl UnwindSafe for ComponentScores
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