Struct paradox_typed_db::rows::ReputationRewardsRow
source · pub struct ReputationRewardsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl<'a, 'b> Clone for ReputationRewardsRow<'a, 'b>
impl<'a, 'b> Clone for ReputationRewardsRow<'a, 'b>
source§fn clone(&self) -> ReputationRewardsRow<'a, 'b>
fn clone(&self) -> ReputationRewardsRow<'a, 'b>
Returns a copy 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 more