pub struct RankContribution {
pub observation: u32,
pub contributor: String,
pub score: NumberLiteral,
pub reason: String,
}Fields§
§observation: u32§contributor: String§score: NumberLiteral§reason: StringTrait Implementations§
Source§impl Clone for RankContribution
impl Clone for RankContribution
Source§fn clone(&self) -> RankContribution
fn clone(&self) -> RankContribution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RankContribution
impl Debug for RankContribution
impl Eq for RankContribution
Source§impl PartialEq for RankContribution
impl PartialEq for RankContribution
impl StructuralPartialEq for RankContribution
Auto Trait Implementations§
impl Freeze for RankContribution
impl RefUnwindSafe for RankContribution
impl Send for RankContribution
impl Sync for RankContribution
impl Unpin for RankContribution
impl UnsafeUnpin for RankContribution
impl UnwindSafe for RankContribution
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