pub struct GenreInfluence {
pub games_count: usize,
pub avg_contribution: f32,
pub max_contribution: f32,
pub times_as_reason: usize,
}Fields§
§games_count: usize§avg_contribution: f32§max_contribution: f32§times_as_reason: usizeTrait Implementations§
Source§impl Clone for GenreInfluence
impl Clone for GenreInfluence
Source§fn clone(&self) -> GenreInfluence
fn clone(&self) -> GenreInfluence
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 GenreInfluence
impl Debug for GenreInfluence
Auto Trait Implementations§
impl Freeze for GenreInfluence
impl RefUnwindSafe for GenreInfluence
impl Send for GenreInfluence
impl Sync for GenreInfluence
impl Unpin for GenreInfluence
impl UnwindSafe for GenreInfluence
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